What is the way to find heart beat of the particular age person ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the way to find heart beat of the particular age person ?

If any one had new ideas try to share Age is varying every year due to this heart beat rate also change for some durations of years . So this may effect in functioning of human body so. Create your own code to find the particular heart beaten rate and age and skills that may varry for ageing person Create your thoughts in letters(codewords)

5th Jun 2020, 7:59 AM
JAGADEESHWARAN P
JAGADEESHWARAN P - avatar
3 Answers
+ 2
Hi my names Cameron :) To find the maxium heart beat you do 220 - their age! In python it would probaly look like this: *note* i kept it simple because your half way through the python course and btw dont quit on object orientated programming because it gets difficult but watch videos as well and research user_age = int(input('please enter your age:')) user_age_max = 220 user_max_pers = (user_age_max - user_age) print(user_max_pers)
5th Jun 2020, 1:40 PM
Cameron Anderson
Cameron Anderson - avatar
+ 1
Heartbeat rate for baby is vary from 3 years old boy so it may vary for several years
5th Jun 2020, 4:11 PM
JAGADEESHWARAN P
JAGADEESHWARAN P - avatar
0
right anyway I hope this helps ! :) If there is anymore questions just hit me up and I will answer!
6th Jun 2020, 10:19 AM
Cameron Anderson
Cameron Anderson - avatar