Skip to content

Instantly share code, notes, and snippets.

@ScoreUnder
Forked from Ravenslofty/fw.py
Last active March 28, 2017 08:43
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