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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
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

Post 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'
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply