Skip to content

Instantly share code, notes, and snippets.

@simmsb
Created October 27, 2016 00:12
Show Gist options
  • Save simmsb/ed5b7505ab6db467ed0a151c718fdb11 to your computer and use it in GitHub Desktop.
Save simmsb/ed5b7505ab6db467ed0a151c718fdb11 to your computer and use it in GitHub Desktop.
null created by nitros12 - https://repl.it/EHUO/2
string = 'wewladaeiou'
print([*filter((lambda a: a.lower() in 'aeiou'), string)][-1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment