Posts by Giovani • 1 point
1 post
-
0
votes4
answers21505
viewsA: How do python select the largest number of a set?
I’m starting now in python, but I realized that the while loop would be correct if it was written like this: lista = [] while True: n = int(input('Digite o número (0 para encerrar): '))…