Not Random by kt3k

a,b,c=raw_input().split(',')
for i in range(int(b)):print int(a)*8**-~i%13*" "+c

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

download

return to the top page