up
This commit is contained in:
10
tempalert.py
Normal file
10
tempalert.py
Normal file
@@ -0,0 +1,10 @@
|
||||
nbMesures = int(input())
|
||||
tempMin = int(input())
|
||||
tempMax = int(input())
|
||||
temp = int(input())
|
||||
|
||||
while temp <= tempMax and temp >= tempMin:
|
||||
print("Rien à signaler")
|
||||
temp = int(input())
|
||||
|
||||
print("Alerte !!")
|
||||
Reference in New Issue
Block a user