learn-python
learn-python copied to clipboard
GSSoc'24: Mini Project: BMI Calculator Project
I'll implement it by:
- Prompting user for weight and height (numbers).
- Using formula: BMI = weight / (height in meters)^2.
- Displaying calculated BMI and interpreting it.
I would like to work on this issue. @animator please do allocate this issue to me. I would like to work on this by:
- Asking the user for weight(metres) and height(kilograms)
- Calculate BMI using the formula BMI=weight/(height^2)
- Display BMI
- Determine the BMI category based on the calculated value
The code can also be refined for unusual input and error handling
could you pls assign this to me? ill make a responsive website with frontend and calculate and display bmi