Print numbers _Revised_ by Erik the Outgolfer

for i in u'\n\x0b\x0c\r\x0e\x0f\x10\x11\x14\x16\x18\x1fdy\u2710':print ord(i)

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

download

return to the top page