Print numbers _Revised_ by shinh

for i in range(15):
 _,o,v,g=16,0,1,16-i
 while _:o+=_%g*v;_/=g;v*=10
 print o

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

download

return to the top page