Posts by halbuquerque • 11 points
1 post
-
-2
votes1
answer83
viewsQ: How to print only vowels contained in a string?
Implement a Python function that takes a string as a parameter and prints the vowels of that string. Example: string univesp must print out the characters 'u', 'i' and 'e'. I managed to do it here,…
pythonasked halbuquerque 11