Question: 1 Your inputs should be the number of eye drop medicines, usual  waking up  time of the patient in a day in 24-hour format, usual bedtime in 24-hour  format, name of the eye drops and how many times you should apply it in a  day. Assume the number inputs to be always in integers. Your output should print the times at which the eye drops are to be  administered exactly as shown in the sample output. The times should be in  a 24-hour format. See the sample input and output below to understand how  to take your inputs and how to print your output. Sample Input 1: How many drops? 2 Waking Up time? 8 Bedtime? 23 Eye Drop name: Neopred How many times in a day? 6 Eye Drop name: Besibac How many times in a day? 3 Sample Output 1: ***************************************** The Eye drop times are given below: Neopred : 8:00, 10:00, 12:00, 14:00, 16:00, 18:00 ============================== Besibac : 8:00, 13:00, 18:00 ============================== Sample Input 2: How many drops? 2 Waking Up time? 8 Bedtime? 23 Eye Drop name: Freshfil How many times in a day? 4 Eye Drop name: NCL How many times in a day? 6 Sample Output 2: ***************************************** The Eye drop times are given below: Freshfil : 8:00, 11:00, 14:00, 17:00 ============================== NCL : 8:00, 10:00, 12:00, 14:00, 16:00, 18:00

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Please do it as soon as possible in python3

Question: 1
Your inputs should be the number of eye drop medicines, usual  waking up 
time of the patient in a day in 24-hour format, usual bedtime in 24-hour 
format, name of the eye drops and how many times you should apply it in a 
day. Assume the number inputs to be always in integers.

Your output should print the times at which the eye drops are to be 
administered exactly as shown in the sample output. The times should be in 
a 24-hour format. See the sample input and output below to understand how 
to take your inputs and how to print your output.

Sample Input 1:
How many drops? 2
Waking Up time? 8
Bedtime? 23
Eye Drop name: Neopred
How many times in a day? 6
Eye Drop name: Besibac
How many times in a day? 3

Sample Output 1:
*****************************************
The Eye drop times are given below:
Neopred :
8:00, 10:00, 12:00, 14:00, 16:00, 18:00
==============================
Besibac :
8:00, 13:00, 18:00
==============================

Sample Input 2:
How many drops? 2
Waking Up time? 8
Bedtime? 23
Eye Drop name: Freshfil
How many times in a day? 4
Eye Drop name: NCL
How many times in a day? 6

Sample Output 2:
*****************************************
The Eye drop times are given below:
Freshfil :
8:00, 11:00, 14:00, 17:00
==============================
NCL :
8:00, 10:00, 12:00, 14:00, 16:00, 18:00
==============================

Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Binary numbers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education