Make a Python program to calculate a user's Body Mass Index. Use the console to ask their name, weight in lbs, and their height in feet and inches. You can use two variables to represent height if this makes it easier: one for inches, and one for feet. Use this data to calculate the users BMI using the formula: BMI