num1=float(input("what is your wieght?")) num2=float(input("how tall are you?")) print("your bmi is", num1/num2**2)