Repositories (1)
Just-Fitness-py
1 snippets stored for this repo
yesOrNo = input("Type Y for yes or N for no: ")
elif bmi >= 30:
print("You're obese")
print("You're fatass need to lose some weight, here's a food diet and a workout plan to lose weight")
def getBMI(heightFt, heightIn, weight):
heightTotal = (heightFt * 12) + heightIn