Copied To Clipboard !
80 178
height = float(input()) weight = float(input()) bmi = weight/(height**2) print (bmi)