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
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