n=1 while n<17:s='%016d'%(n*10**16//17);print(-s.find('0')%16*' '+s);n+=1
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page