Posts by Waleson Ananias Pereira • 1 point
1 post
-
-2
votes4
answers11856
viewsA: Higher and lower value problem with while. (No list!)
num = int(input('Digite um numero: ')) maior = num menor = num cc = str(input('Deseja continuar? S - Sim / N - Não ')).upper() while cc not in 'N': num =…