Computer Science, asked by rupa318, 11 months ago

2 the output of the program files appears on this window of python .
5 this window allows you to write Python scripts

Attachments:

Answers

Answered by Anonymous
5

Answer:

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