02-24-2017, 09:26 AM
(02-24-2017, 08:38 AM)VoltzLive Wrote: def numString(s):
return len(list(filter(lambda x: x in "aeiou", s.lower())))
isn't that just the same as
Code:
def numString(s):
return len([x for x in s if x.lower() in "aeiou"])
You know what I say.
A slut is just a free prostitute
A slut is just a free prostitute