[ create a new paste ] login | about

Link: http://codepad.org/OwAkFJ5H    [ raw code | output | fork ]

Python, pasted on Nov 14:
1
2
for i in range(1,11):
     print(i)


Output:
1
2
3
4
5
6
7
8
9
10
1
2
3
4
5
6
7
8
9
10


Create a new paste based on this one


Comments: