Question: Python Computer Programming A sleep debt represents the difference between a person's desirable and actual amount of sleep. Write a program that prompts the user
Python Computer Programming
A "sleep debt" represents the difference between a person's desirable and actual amount of sleep. Write a program that prompts the user to enter how many hours they slept each day over a period of seven days. Using 8 hours per day as the desirable amount of sleep, determine their sleep debt by calculating the total hours of sleep they got over a seven-day period and subtracting that from the total hours of sleep they should have gotten. If the user does not have sleep debt, display a message expressing your jealousy.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
