num= float( input("Enter a number: ") ) num2 = int( input("Enter another number: ") ) num = (num*num) print("your BMI is", (num2/num))