Just like programs with several
print()
statements, we can have several input()
statements as well.Your task is to read 3 integer numbers from the input and print their sum in the output.
Input | Output |
10
20
33 | 63 |