Oyster by croyal

cnt=0
while 1:
 cnt+=1
 if cnt>4 and cnt<9:s=' boo'
 else:s=' eat'
 print raw_input()+s

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

download

return to the top page