Good!
I want to create a function that would allow me to say if a word or phrase has vowels, and if so, how many vowels it has, but I have 2 problems in my code that I do not understand:
def conta_vogais(str):
vogais = ['a','e','i','o','u'...
asked by
19.11.2016 / 17:02