This is a simple Body Mass Index (BMI) calculator implemented in python language . BMI is a widely used metric to estimate a healthy body weight based on a person's height. This code takes input for height and weight, computes the BMI, and provides a classification on standard BMI categories (underweight, normal weight, overweight, obese)
-
Updated
Jun 22, 2024 - Python