word block by twobit

a=raw_input()
i=0
exec'i+=1;print" ".join((x," "*len(x))[len(x)<i]for x in a.split()).rstrip();'*20

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

download

return to the top page