Files
Pyarmor-Static-Unpack-1shot/tests/input/test_iterators.py

9 lines
99 B
Python
Raw Normal View History

2016-09-08 09:59:10 -07:00
for i in range(20):
print i,
print
for i in range(10):
print i,
else:
print 'The End'