ALPHA_ASCII by feuermonster

while 1:
 for e in raw_input():
  if e>'3':print ord(e),

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

download

return to the top page