Question: INSTRUCTION: Write a function called energy_tier(). This function should take one argument: an hour, specified as an integer between 0 (12 midnight) and 23 (11pm).
INSTRUCTION:
Write a function called energy_tier(). This function should take one argument: an hour, specified as an integer between 0 (12 midnight) and 23 (11pm).
Your function should return an integer:
-
0 if the specified hour falls within a super off peak time range
-
1 if the specified hour falls within an off peak time range
-
2 if the specified hour falls within a peak time range
PROGRAM: PYTHON
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
