mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
(cherry picked from commit c16b6d7b2a8ada5b8d2a8cd882dc64593dccf00e)
5 lines
102 B
Python
5 lines
102 B
Python
print 1
|
|
for j in range(0, 2):
|
|
for i in range(1, 10):
|
|
print i
|
|
print '!' |