height = input( "What is your height? " ) weight = input( "What is your weight?" ) BMI = height / weight print( BMI )