Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Coding You are going to write a program called Time Reminder The user has to enter a number between 0 and 23 If the

Python Coding

You are going to write a program called "Time Reminder"

The user has to enter a number between 0 and 23

If the number is less than 8 display a message saying "too early to get up"

If the number is less than 12 display a message saying "Good morning"

If the number is less than 14 display a message saying "Lunch time!"

If the number is less than 18 display a message saying "Good afternoon"

If the number is equal to 18 display a message saying "Tea Time"

If the number is less than 19 display a message saying "Good evening"

If the number is less than 22 display a message saying "Nearly bedtime"

If the number is 23 display a message saying "Good night!"

Any other number is met with the response Sorry, I dont recognise that

Fully comment your code

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional IPhone And IPad Database Application Programming

Authors: Patrick Alessi

1st Edition

0470636173, 978-0470636176

More Books

Students also viewed these Databases questions

Question

10. What is meant by a feed rate?

Answered: 1 week ago