Greeting Animals by kotauchi

while 1:print{'konn':'konnichiwan',\x0d
'arig':'arigatousagi',\x0d
'konb':'konbanwani',\x0d
'sayo':'sayonaraion',\x0d
'maho':'tanoshii nakamaga popopopo-n',\x0d
'ohay':'ohayounagi',\x0d
'itad':'itadakimausu',\x0d
'itte':'ittekimasukanku',\x0d
'tada':'tadaimanbou',\x0d
'goch':'gochisousamausu',\x0d
'oyas':'oyasuminasai',\x0d
'sute':'yukaina nakamaga popopopo-n'}[raw_input()[:4]]

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

download

return to the top page