num1 = float(input("What is your height?")) num2 = int(input("What is your weight?")) print( num2, "/", num1, "=", num2/num1)