Read the two numbers and perform the addition of it. Accept the number from the user and display the sum as a output variable
Answers
Answered by
1
IF U LIKE MARK ME AS BRAINLIST
Attachments:
Answered by
1
Answer:
Explanation:
a=int(input("enter number"))
b=int(input("enter number"))
c=a+b
print("sum of two numbers",c)
Similar questions
Hindi,
7 months ago
Social Sciences,
7 months ago
English,
1 year ago
Physics,
1 year ago
Math,
1 year ago