Aquí lo aprendido
temperatura=int(input("digite la temperatura actual "))
if temperatura>25:
print("¡¡ALERTA!!TEMPERATURA MAYOR AL LIMITE")
else:
print("TEMPERATURA EN RANGO")
Aquí lo aprendido
temperatura=int(input("digite la temperatura actual "))
if temperatura>25:
print("¡¡ALERTA!!TEMPERATURA MAYOR AL LIMITE")
else:
print("TEMPERATURA EN RANGO")