toki pona numbers by ant

while 1:x=int(input());print((x//5*"luka "+x%5//2*"tu "+x%5%2*"wan").strip()or"ala")

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

download

return to the top page