Python : While
De www.yakakliker.org
i = 0
while i <= 20:
reponse = input("Entrez un entier supérieur à 20 : ")
i = int(reponse)
print(i)
i = 0
while i <= 20:
reponse = input("Entrez un entier supérieur à 20 : ")
i = int(reponse)
print(i)