Let's practice more arithmetic! BMI (Body Mass Index) is calculated with this formula:
Where weight is in kilograms and height is in meters.
The operator raises a number to a power. So height 2 means height squared.
bmi = weight / (height ** 2)
Run your code
24.977043158861392