Carriage no return by Hawkseye

import sys\x0d
c=0\x0d
for s in sys.stdin:print' '*c+s,;c+=len(s)-1

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

download

return to the top page