pycdc/tests/input/test_iterators.py

8 lines
99 B
Python

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