write a python program to display the sum of three unique number
1+2+1=3
1==1
1+2=3 output
Answers
Answered by
4
Answer:
Explanation
How do you find the sum of three numbers in Python?
Sum of three numbers
a = int(input())
b = int(input())
print(a + b)
Similar questions
Math,
3 months ago
Computer Science,
3 months ago
English,
3 months ago
Chemistry,
1 year ago
Science,
1 year ago