height = float(input("what is your height?")) weight = int(input("What is your weight?")) print("Your BMI is", weight/height**2) print(" you are stupid for reading this")