Skip to content

Instantly share code, notes, and snippets.

@Sadamingh
Created September 22, 2020 07:43
my_string = "Hello World!"
print([print(i) for i in my_string if i not in "aeiou"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment