Python Easter Eggs
· #asides
With links to their implementation so that hopefully there’s some learning and it’s not all fun and games :-)
>>> import this
>>> from __future__ import braces
>>> import __hello__
>>> import antigravity # Python 3
this
: Nice puzzle
braces
: How _future_
works
__hello__
: Frozen modules
antigravity
: Pure fun!