blob: 27304b274c27eca4b370021ab89a8e4b1f33e7c7 [file] [log] [blame]
print 1
for j in range(0, 2):
for i in range(1, 10):
print i
print '!'