Computer Science, asked by parneetha74, 20 days ago

Please help me.
I will mark you as BRAINLIEST​

Attachments:

Answers

Answered by vr106367
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 sofiaasif7
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