weight = int( input( "What is your weight?" ) ) height = float( input( "Your height: " ) ) print( "Your BMI is", weight / height )