ALPHA_ASCII by masato_hi

import sys\x0d
for i in sys.stdin.read():\x0d
 if'@'<i:\x0d
  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