Posts by Pedrohhcunha • 13 points
1 post
-
-1
votes1
answer54
viewsQ: How to reduce the number of elifs to find the letter that is most used at the beginning of the names?
lista_nomes = [] lista_idade = [] lista_sexo = [] idade_cont_menores = 0 idade_cont_maiores = 0 sexo_op = ['m', 'f'] sexo_cont_masculino = 0 sexo_cont_feminino =…