The Zen of Python

Well, if you are not sure about what I am talking, start the Python interpreter. Then import this, press enter and read the output. :)

subeen@subeen-Satellite-L300:~$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import this

Comments

VoidZero said…
That was really awesome
is didin't know that python too had an easter egg in it
-Kartik

Popular posts from this blog

Strip HTML tags using Python

lambda magic to find prime numbers

Convert text to ASCII and ASCII to text - Python code