Wednesday, 10 September 2014

PYTHON 1st TUTORIAL


Hello World is the most basic programme which we learn while learning any computer language

To write hello world

Step 1:Open Python IDLE
Step 2: Type
                      print "Hello World"
Step 3:See the result .

No comments:

Post a Comment