Underload interpreter by zetamatta

L=raw_input();l=len(L)
print(L,("x"*27,":"*120)[l>18])[l>10]

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

download

return to the top page