Selected Reading

Python - Data Structure



Execute Python Programs

For most of the examples given in this tutorial you will find Try it option, so just make use of it and enjoy your learning.

Try following example using Try it option available at the top right corner of the below sample code box

#!/usr/bin/python

print "Hello, Python!"

Advertisements