122333 by dplusplus

import os
print''.join(c*int(c)if c.isdigit()else c for c in os.read(0,1e3))

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

download

return to the top page