You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Burke edited this page Apr 3, 2024
·
6 revisions
defsleep_assessment(hours):
ifhours<8:
print("Oof, go back to bed!")
elifhours>=8andhours<=10:
print("You got a good night's rest!")
else:
print("You're a sleep prodigy!")