Monday, November 2, 2020

suing python as a calculator using input

 a = int(input("enter your number\n"))

b = int(input("enter your number\n"))
# print(type(b))
# print(type(a))
print(a+b)

No comments:

Post a Comment