Input and output on python
4368

I don't understand how can i get input and show output.
Can you give me an example (in python would be nice)
For example:
Sum 1 to a list of numbers

Sample input
1
2
3
4
5

Sample Output
2
3
4
5
6

Comments (4)