for e in b"\x0f\x19\x1a\x13\x16\x14\x18\x1d\x15\x10\x1c\x1e\x1b\x12\x11\x17":print((e-15)*" "+str(10**48//17)[e:e+16])
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page