Wednesday, August 25, 2010

Best Mahabhringraj Hair Oil Reviews

Python hello world

Type in the prompt
 python print "Hello World" 
and press enter.

Or, create a file (for example, "hello.py") containing the following line
 print "Hello World" 
save it and run it by typing the following command
 python hello.py 
and hit Enter.

0 comments:

Post a Comment