h = float( input( "What is your height?" ) ) w = int( input( "What is your weight?" ) ) hh = h*h b = w/hh print( "Your bmi is", b )