Posts by roberto weller • 1 point
1 post
-
-2
votes3
answers300
viewsA: How to use while and if in Python?
It also solves the code: while True: nome_lutador = input('Digite o nome do lutador: ') peso_lutador = float(input('Digite o peso do lutador: ')) if peso_lutador != 0:: # Vai ser 'Pena' se for menor…