File size: 65 Bytes
19605ab
 
 
 
 
1
2
3
4
5
6
#!/usr/bin/env python
i = 0;
while True:
    i += 1
    print(i)