Saturday, 3 November 2012

Very basic program


# this is very basic program in python and this program delairing two variables with the name of a and b respectively and 'print' is a key word to print some thing on run time. this program adds two values stored in variables.

a=10
b=12
print a+b

No comments:

Post a Comment