word block by hallvabo

a=raw_input().split()
for i in range(10):print' '.join(_[i:]and _ or' '*len(_)for _ in a).rstrip()

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

download

return to the top page