Files
Pyarmor-Static-Unpack-1shot/tests/input/test_iterators.py
2019-10-03 22:08:44 -07:00

9 lines
99 B
Python

for i in range(20):
print i,
print
for i in range(10):
print i,
else:
print 'The End'