Steps line FIXED by hallvabo

_=''
d=x=0
for c in raw_input()+'  ':
 if d:print _;_=' '*x
 _+=c;d^=c<_;x+=d^1

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

download

return to the top page