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