hgt = int( input("whats your height? ")) hgt = hgt + " " wgt = int( input("what? is your weight")) print("your bmi is", wgt/hgt,)