ADDITION USING PYTHON........
-JANUARY 1.1.2020
CONCEPT:
addition of two numbers.
INPUT:
Given number(10,20).
OUTPUT:
if your input numbers are 10,20 then your output is 30.
PROGRAM:
for python.......
a=int(a)
b=int(b)
print("add:",a+b)
--------------------------------------------------------------------------------------------------------------------------
-JANUARY 1.1.2020
CONCEPT:
addition of two numbers.
INPUT:
Given number(10,20).
OUTPUT:
if your input numbers are 10,20 then your output is 30.
PROGRAM:
for python.......
a=int(a)
b=int(b)
print("add:",a+b)
--------------------------------------------------------------------------------------------------------------------------