print("a%16s\n e%12s\n%5s%8s\n%7s e\n%9s"%tuple("cistth"))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page