[SPOILERS] Python easter eggs

Ben Finney ben+python at benfinney.id.au
Wed Jul 3 20:59:13 EDT 2013


Ian Kelly <ian.g.kelly at gmail.com> writes:

> from __future__ import barry_as_FLUFL

Only works in Python 3 (raises a SyntaxError in Python 2).

> import __hello__

Different between Python 2 and Python 3 — try it in both!

-- 
 \          “I spent all my money on a FAX machine. Now I can only FAX |
  `\                                          collect.” —Steven Wright |
_o__)                                                                  |
Ben Finney




More information about the Python-list mailing list