Posts by Zuli • 1 point
1 post
-
-2
votes1
answer85
viewsQ: My program seems not to be correct, what to improve?
maior50 = menor20 = maior10 = 0 x = 1 while x <= 20: idad = int(input("Digite sua idade:")) alt = float(input("Digite sua altura:")) peso = float(input("Digite seu peso:")) x = x + 1 if idad…