mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 05:00:07 +00:00
478602bfa5
Update README.rst to note new pythons supported since last update
12 lines
124 B
Python
12 lines
124 B
Python
|
|
for i in range(20):
|
|
print i,
|
|
|
|
print
|
|
|
|
for i in range(10):
|
|
print i,
|
|
#if i == 10: break
|
|
else:
|
|
print 'The End'
|