apple lines by tttaki

n=input();a="apple"+"*"*25\x0d
while n>=0:n-=1;print a;a=a[29]+a[:29]

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

download

return to the top page