try: while 1:n=input();print ' '.join(['luka']*(n//5)+['tu']*(n%5//2)+['wan']*(n%5%2))if n else'ala' except:0
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page