Vowel Heavy by xsot

while 1:\x0d
 r=raw_input()\x0d
 if len(r)/2-sum(map('aeiou'.count,r))<0:print r

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

download

return to the top page