from os import* s=read(0,481) i=len(s)/2+1 for c in s:i+=write(1,c>'\x0c'and" O"[c!=s[i]]or c)
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page