h = float(input('What is your height? ')) w = int(input('What is your weight? ')) H = h * h print('Your BMI is ', w / H )