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'
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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!