Posts by user122202 • 41 points
2 posts
-
0
votes3
answers1001
viewsA: (Python) Find words with total vowels being even
Updated but incomplete code: def frases(): vog="aáãâàéeiíoóõúu" dig="0123456789" sd=0 sv=0 vp=[] vtp=[] vtv=[] vtd=[] vpp=[] f = str(input('Digite uma frase ou pressione enter para terminar:…
-
4
votes3
answers1001
viewsQ: (Python) Find words with total vowels being even
I’d like to ask for your help. I have a code in Python where a part is missing: parse the words of a sentence and save the ones that have an even number of vowels. Example: "I came home and went to…