There are some interesting Easter Eggs in Python 2.6. To keep from spoiling the surprise, try the following for yourself. Just open up the Python interpreter and type the following:
-
>>> import __hello__
-
>>> import this
(Be sure to check out the source code for the
thismodule. You can find it at C:\Python26\Lib\this.py) -
>>> from __future__ import braces

