weight = int(input("What Is Your Weight? ")) Height = float(input("What Is Your Height? ")) print("Your BMI is", weight / Height)