Print numbers _Revised_ by Mark Byers

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

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

download

return to the top page