mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
(cherry picked from commit c16b6d7b2a8ada5b8d2a8cd882dc64593dccf00e)
4 lines
62 B
Python
4 lines
62 B
Python
for x in range(1, 10):
|
|
print x
|
|
print 1
|
|
print 2 |