Please help me.
I will mark you as BRAINLIEST
Attachments:
Answers
Answered by
2
Answer:
a = float(input("Enter 1st number: "))
b = float(input("Enter 2nd number: "))
c = float(input("Enter 3rd number: "))
sum = a + b + c
print(sum)
Answered by
1
Answer:
Here hope it helps. :)
Explanation:
a = int(input("enter first number: "))
b = int(input("enter second number: "))
sum = a + b.
print("sum:", sum)
Similar questions
Social Sciences,
10 days ago
Math,
10 days ago
English,
20 days ago
Math,
9 months ago
English,
9 months ago