maj
This commit is contained in:
parent
875f170beb
commit
411d9560a1
@ -4,7 +4,7 @@ tempMax = int(input())
|
|||||||
temp = 0
|
temp = 0
|
||||||
tempValid = True
|
tempValid = True
|
||||||
|
|
||||||
while temp <= nbMesures and tempValid:
|
while temp < nbMesures and tempValid:
|
||||||
temperature = int(input())
|
temperature = int(input())
|
||||||
tempValid = (tempMin <= temperature and temperature <= tempMax)
|
tempValid = (tempMin <= temperature and temperature <= tempMax)
|
||||||
if tempValid:
|
if tempValid:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user