>>> 0 != 1 | |
True | |
>>> from __future__ import barry_as_FLUFL | |
>>> 0 != 1 | |
File "<stdin>", line 1 | |
0 != 1 | |
^ | |
SyntaxError: with Barry as BDFL, use '<>' instead of '!=' | |
>>> 0 <> 1 | |
True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment