bmicalculator def bmi_calculator(name, weight, height_m): bmi = weight / (height_m ** 2) if bmi < 25: return name + 'not overweight' else: return name + "overweight"
-
Notifications
You must be signed in to change notification settings - Fork 0
benTawiah/verbose-telegram
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published