Skip to content

Instantly share code, notes, and snippets.

@ScoreUnder
Forked from Ravenslofty/fw.py
Last active March 28, 2017 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScoreUnder/63cae448aa736e1017f7ff752fb99d6d to your computer and use it in GitHub Desktop.
Save ScoreUnder/63cae448aa736e1017f7ff752fb99d6d to your computer and use it in GitHub Desktop.
What is this "readability" you speak of?
for l in __import__('fileinput').input():print(*[((c,chr(ord(c)+65248))[ord(c)<127]," ")[c==" "]for c in l[:-1]],sep='')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment