+ 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)
3 Antworten
+ 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)
+ 1
Heartbeat rate for baby is vary from 3 years old boy so it may vary for several years
0
right anyway I hope this helps ! :)
If there is anymore questions just hit me up and I will answer!