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 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
def suggestactivitytemperature Step 3 Use an ifelifelse stateme... View full answer
Get step-by-step solutions from verified subject matter experts
