01 / overview
BMI Calculator is a concise Python project that turns height and weight values into a readable BMI result. The implementation focuses on input handling, calculation logic and clear output.
A Python calculator for estimating body mass index from a small set of user inputs.

BMI Calculator is a concise Python project that turns height and weight values into a readable BMI result. The implementation focuses on input handling, calculation logic and clear output.