Repeated Number by droogie

for c in range(2,9):\x0d
 for x in range(1,10):\x0d
  print str(x)*c

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page