组卷题库 > 初中信息技术试卷库
试题详情
这是用Python编写的“BMI值计算程序”,根据截图完成填空。

height=input('你的身高是多少米:')

height=float(height)

weight =input('你的体重是多少KG:')

weight =float(weight)

BMI=weight/(height*height)

if BMI>=24.9:

    print('肥胖')

  ① BMI<24.9   ②  BMI>=18.5:

   print('正常')

else:

    print('偏瘦')

知识点
参考答案
采纳过本试题的试卷
教育网站链接