We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
barry_as_FLUFL
New REPL:
>>> from __future__ import barry_as_FLUFL >>> 1 <> 2 File "<python-input-1>", line 1 1 <> 2 ^^ SyntaxError: invalid syntax
Old REPL:
>>> from __future__ import barry_as_FLUFL >>> 1 <> 2 True
I understand that this is just an easter egg :)