main.py Load default template. 1 caffeine_mg - float (input ()) 2 x = (caffeine_mg) / 2 3 y = (caffeine_mg) / 4 4 z = (caffeine_mg) / 16 5 print('After 6 hours: 6 print('After 12 hours: 7 print('After 24 hours: + str (x) + ' mg') + str (y) + mg') + str (z) + mg')

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
100%
I’m trying to figure out how to add the extra zero at the end of the python code. The code is not complete without it. Help me out!
main.py
Load default template.
1 caffeine_mg = float (input ())
2 x = (caffeine_mg) / 2
3 y = (caffeine_mg) / 4
4 z = (caffeine_mg) / 16
5 print('After 6 hours:'+ str (x) +' mg')
6 print('After 12 hours:'+ str (y) +' mg')
7 print('After 24 hours:
+ str (z) + ' mg')
When done developing your program, press the Submit for
grading button below. This will submit your program for auto-
grading.
Develop mode
Submit mode
Submit for grading
Signature of your work
What is this?
9/26.. U-10-101010-10-1010101010--1010---10101010101010101010101010101010101010101010
101010101010101010101010101010101010101010101010101010I01010101010101010101010101010
10101010-101010 ..9/26
Latest submission - 9:07 PM EDT on 09/26/21
Total score: 0 / 10
O Only show failing tests
Download this submission
1: Compare output a
0/4
Output differs. See highlights below.
Input
100
After 6 hours: 50.0 mg
Your output After 12 hours: 25.0 mg
After 24 hours: 6.25 mg
After 6 hours: 50.00 mg
After 12 hours: 25.00 mg
Expected
output
After 24 hours: 6.25 mg
Transcribed Image Text:main.py Load default template. 1 caffeine_mg = float (input ()) 2 x = (caffeine_mg) / 2 3 y = (caffeine_mg) / 4 4 z = (caffeine_mg) / 16 5 print('After 6 hours:'+ str (x) +' mg') 6 print('After 12 hours:'+ str (y) +' mg') 7 print('After 24 hours: + str (z) + ' mg') When done developing your program, press the Submit for grading button below. This will submit your program for auto- grading. Develop mode Submit mode Submit for grading Signature of your work What is this? 9/26.. U-10-101010-10-1010101010--1010---10101010101010101010101010101010101010101010 101010101010101010101010101010101010101010101010101010I01010101010101010101010101010 10101010-101010 ..9/26 Latest submission - 9:07 PM EDT on 09/26/21 Total score: 0 / 10 O Only show failing tests Download this submission 1: Compare output a 0/4 Output differs. See highlights below. Input 100 After 6 hours: 50.0 mg Your output After 12 hours: 25.0 mg After 24 hours: 6.25 mg After 6 hours: 50.00 mg After 12 hours: 25.00 mg Expected output After 24 hours: 6.25 mg
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE 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