Creating Hello World In Python
The first Python program you will build with Python is a simple output file that shows "Hello World". In a nutshell, program means a sequence of instructions.
To create it jus simply type the following command on your Python shell :
print "Hello, World!"
And hit enter. To execute this program, save it with '.py' suffix (e.g., blabla.py)


























No Comment to " Creating Hello World In Python "