HOME/ WORK/ BMI CALCULATOR
Python

BMI Calculator

BMI Calculator
// OVERVIEW

BMI Calculator is a small Python command-line program that calculates a user's Body Mass Index from their weight (in kilograms) and height (in meters). After computing the value it reports the BMI along with a short interpretation — underweight, normal, overweight, or obese — using only the Python standard library.

// RELATED

More Builds