tall = float (input( " what is your height?" ) ) fat = int ( input("what is your weight?") ) print("Your BMI is", fat/tall**2)