Sum

Report a typo

Write a program that reads three numbers from the input separately and prints the sum of three integer numbers. Don't specify any message in the input, please.

Don't use specific numbers from the example, read them from the user.

Sample Input 1:

3
6
8

Sample Output 1:

17
Write a program in Python 3
# put your python code here
___

Create a free account to access the full topic