height = float( input( "What is height?" ) ) print(height) weight = int( input( "What is weight?" ) ) print(weight) print(weight/(height**2))