toki pona numbers by ijo Otope lili

while 1:
 _=int(input())
 p=""
 if _<1:p="ala"
 p+=_//5*"luka "
 _%=5
 p+=_//2*"tu "
 _%=2
 if _>0:p+="wan"
 print(p.strip())

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

download

return to the top page