Underload interpreter by Erik the Outgolfer

x=raw_input()
print('x'*27,x,':'*120)[len(x)%3]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page