Height =float(input("How tall are you ")) Weight =int(input("How Heavy are you ")) output=(Weight / Height *2) print("Your BMI is" + '', output)