The “Hello World” Easter Egg
Classical “Hello World” in Python:
#!/usr/bin/env python print "Hello World"
You might think it couldn’t be any simpler. Wrong! :) Try this:
#!/usr/bin/env python import __hello__
I found it here. Visit this address for more Python Easter eggs.
Categories: python
easter egg, fun, hello world
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
