xsot

ASCII value even or odd

Mar 4th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. import os;print''.join('EO'[ord(c)%2]for c in os.read(0,1e5)[::2])
Advertisement
Add Comment
Please, Sign In to add comment