Question: Write the algorithm and Python program for the following. Ask the user to enter the temperature outside. If the temperature is above 45 degrees,

Write the algorithm and Python program for the following. Ask the user

Write the algorithm and Python program for the following. Ask the user to enter the temperature outside. If the temperature is above 45 degrees, suggest to the user some indoor activity. If it is between 30 and 45, ask the user to be careful and suggest safe activity. If the temperature outside is lesser than 30, then suggest to the user a way to enjoy the weather outside. Inputs: ??? Output: ???

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

def suggestactivitytemperature Step 3 Use an ifelifelse stateme... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!