Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
Lichen
tests/operator_syntax.py
1032:7b9b59b4501f
279:22aea7bc1acd
5 months ago
Paul Boddie
raw
annotate
files
changeset
graph
Merged changes from the default branch.
trailing-data
1
print
1
==
1
# True
2
print
1
!=
1
# False
3
print
1
==
"one"
# False
4
print
1
!=
"one"
# True