Question: IN Python PLEASE Exercise 2 The squirrels in Palo Alto spend most of the day playing. In particular, they play if the temperature is between
Exercise 2 The squirrels in Palo Alto spend most of the day playing. In particular, they play if the temperature is between 60 and 90 degrees F (inclusive). Unless it is summer, then the upper limit is 100 degrees instead of 90. Use the function design recipe to develop a function named squirrel_play. This function takes two arguments. The first argument is a temperature (an integer). The second argument is a boolean value that specifies the season (True if it's summer, otherwise False.) The function returns True if the squirrels are playing, given the temperature and the season.; otherwise it returns False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
