PySnippet
Tech and developer related blog
Thursday, October 1, 2009
Hello World
What would be more appropriate than a simple
Hello World
as the first code snippet!
def main(): print "Hello World" if __name__ == "__main__": main()
Newer Post
Home