Print numbers _Revised_ by govind

i=9
exec"i+=1;print i;"*8
print'20\n22\n24\n31'
for i in(10,11,100):print i*i

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

download

return to the top page