Adding two numbers in Python is very easy to understand, if you want to learn Python it is your starting point to make a program which adds two numbers.
a=7
b=5
c=a+b
print(c)
Adding two numbers in Python is very easy to understand, if you want to learn Python it is your starting point to make a program which adds two numbers.
a=7
b=5
c=a+b
print(c)