BMI Calculator using python
BMI Calculator using python The formula to calculate BMI=weight(kg)/height (m)^2 Function to calculate BMI This function takes two parameters: ‘weight'(the weight in kilograms) ‘height'(the height in meters) BMI Stands for Body Mass Index is a measure of relative weight based on the mass and height of an individual. We use the body mass index in …