2010 ജൂലൈ 1, വ്യാഴാഴ്‌ച

kuntham


a= input("Test it? ")
b=a
c=a


# A short program to show the assignment operator in action.

x = 5

print x

x = x + 1

print x

1 അഭിപ്രായം: