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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started