Carriage no return by c_r_5

s=''
while 1:s=' '*~-len(s)+input(s)+'\n'

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

download

return to the top page