Height = int(input('What is your height?')) Weight = int(input('What is your weight?')) Height = Height * Height Result = Weight / Height print(Result)