[SOLVED] heart.py

5.00 $

Programming resource
, Digital learning resource
Categories: ,
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)
Write a PYTHON program heart.py that asks for a person’s age in years y and then estimates his or her maximum heart rate in beats per minute using
the formula 208 – 0.7y.
Use appropriate functions.
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.