Archive

Posts Tagged ‘hello world’

The “Hello World” Easter Egg

March 22, 2011 Leave a comment

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 Tags: , ,
Design a site like this with WordPress.com
Get started