# 1. BMI for a person is calculated as weight in kg / (height in meters * height in meters). You need to calculate everyone in the following list variables. (Hint: 23.31, 25.98, 24.54)
# 2. BMI for a person is calculated as weight in kg / (height in meters * height in meters). You need to calculate everyone in the following dictionary variables. (Hint: Alice 23.31, Bob 25.98, Cindy 24.54)