Page 1 of 1

In python this is what the program needs to show but I am having trouble knowing how to edit comfort_level so that I can

Posted: Thu Jul 14, 2022 2:16 pm
by answerhappygod
In python this is what the program needs to show but I am havingtrouble knowing how to edit comfort_level so that I can obtain theoutcome that I need. Pls help
>>> print(f"The temperatureis: {comfort_level(70)}")
The temperature is: A comfortable temperature>>> print(f"The temperatureis: {comfort_level(60)}")
The temperature is: A bit chilly
>>> comfort_level(74)'A comfortable temperature'
>>> comfort_level(75)'A bit warm'