Saturday, February 21, 2009

Python Is Awesome

Is Python simple? Following is a programmes (Yes, complete programme) to find sum of two numbers and to print the string "Hello, world". Read the 5 lines and you be the judge.


a=10
b=20
c=a+b
print c
print "Hello, world"





Why learn Python? Read on:
http://mail.python.org/pipermail/python-list/2004-January/244050.html

No comments:

Post a Comment

Powered By Blogger