# 411042004 BMI ``python= height = eval(input("Please input your heoght ... ")) weight = eval(input("Please input your weight ... ")) print(weight/((height/100)**2)) ```