Computer Science, asked by ravi12703, 6 months ago

write a program in python for finding sum of any three numbers.

Answers

Answered by Anonymous
1

Answer:a = int(input())

b = int(input())

print(a + b)

Explanation:

Similar questions