word block by clock

r=raw_input().split()
i=0;exec"print' '.join(w[i:]and w or' '*len(w)for w in r).rstrip();i+=1;"*10

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

download

return to the top page