please solve the question in the photo
Attachments:
Answers
Answered by
2
Answer:
temparature = 19
if temparature == 22:
print("turn fan on")
elif temparature == 16:
print("turn heater on")
elif 20 >= temparature >= 18:
print("turn off heater and fan")
Explanation:
Similar questions