top of page
Python - Based BMI Calculator
This project shows the development of a functioning python-based body mass index calculator (BMI) adopting core python concepts such as variables, arithmetic operations, and control flow.
​
The program takes user inputs (weight and height), calculates BMI using a custom function, and categorizes the result using `if-else` statements to provide meaningful output.
​
Keywords : Variables and Data Types, Arithmetic Operations, Functions, Control Flow, User Input and Output.

bottom of page