Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

8.1 LAB: Input and formatted output: Caffeine levels **Python Please** A half-life is the amount of time it takes for a substance or entity to

8.1 LAB: Input and formatted output: Caffeine levels **Python Please**

image text in transcribed

A half-life is the amount of time it takes for a substance or entity to fall to half its original value. Caffeine has a half-life of about 6 hours in humans. Given caffeine amount (in mg) as input, output the caffeine level after 6, 12, and 24 hours. Use a string formatting expression with conversion specifiers to output the caffeine amount as floating-point numbers. Output each floating-point value with two digits after the decimal point, which can be achieved as follows: \( \operatorname{print}\left(f^{\prime}\{\text { your_value:.2f }\}^{\prime} ight) \) Ex: If the input is: 100 the output is: After 6 hours: 50.00mg After 12 hours: 25.00mg After 24 hours: 6.25mg Note: A cup of coffee has about 100mg. A soda has about 40mg. An "energy" drink (a misnomer) has between 100mg and 200mg. 455340.3171796.q3zqy7

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_2

Step: 3

blur-text-image_3

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

More Books

Students also viewed these Databases questions

Question

How can you defend against SQL injection attacks?

Answered: 1 week ago

Question

Be familiar with the integrative servicescape model.

Answered: 1 week ago

Question

Determine the roles of spatial layout and functionality.

Answered: 1 week ago