Posts by Uilson Pasafam • 31 points
1 post
-
2
votes5
answers6866
viewsQ: Indicate whether a character is a vowel or a consonant
Write the function vogal which takes a single character as parameter and returns True if it is a vowel and False if it is a consonant. Note that: vogal("a") must return True vogal("b") must return…
pythonasked Uilson Pasafam 31