Ich musste das einfach ausprobieren:
% python
Python 2.6.5 (r265:79063, Mar 23 2010, 04:44:21)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from __future__ import braces
File "", line 1
SyntaxError: not a chance
>>>
Ich kannte aus der Uni noch:
>>> import this
und
>>> import __hello__
wobei ich glaube, das letzteres nicht mal ein Easter Egg ist, sondern eher eine anschauliche Erklärung für Imports:-)
other things 2 try:
import antigravity
import this
import __hello__
Mir gefällt besonders antigravity. Es heißt ja: Python comes with batteries included.