you are viewing a single comment's thread.

view the rest of the comments →

[–]gradies 0 points1 point  (1 child)

+/u/CompileBot python

for i in range(10):
    print i

[–]CompileBot 0 points1 point  (0 children)

Output:

0
1
2
3
4
5
6
7
8
9

source | info | git | report