Tuesday, 3 July 2012

First Python Program


Type the following text to the right of the python prompt and press the Enter Key.
>>>print “Hello, Python!”;
This will produce following Result:
Hello, Python!

No comments:

Post a Comment