Print numbers _Revised_ by hirose

s=9
for i in[1]*8+[3,2,2,7,69,21,9879]:s+=i;print s

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

download

return to the top page