height = float( input( ' Your height:' )) weight = int( input( 'your weight')) print('Your BMI is', weight/height**2)