weight = input('请输入你的体重(kg):')
height = input('请输入你的身高(m):')
weight = float(weight)
height = float(height)
BMI = weight/pow(height, 2)
print('BMI值为{:.2f}'.format(BMI))
x, y = '', '' # x为国际标准,y为国内标准
if BMI < 18.5:
x, y = '偏瘦', '偏瘦'
elif 18.5 <= BMI < 24:
x, y = '正常', '正常'
elif 24 <= BMI < 25:
x, y = '正常', '偏胖'
elif 25 <= BMI < 28:
x, y = '偏胖', '偏胖'
elif 28 <= BMI < 30:
x, y = '偏胖', '肥胖'
else:
x, y = '肥胖', '肥胖'
print('BMI指标为:国际{},国内{}'. format(x, y))
python问题 :为何第二个比较功能无法实现?
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
1条回答 默认 最新
悬赏问题
- ¥15 关于#python#的问题:我知道这个问题对你们来说肯定so easy
- ¥15 wpf datagrid如何实现多层表头
- ¥15 为啥画版图在Run DRC会出现Connect Error?可我Calibre的hostname和计算机的hostname已经设置成一样的了。
- ¥20 网站后台使用极速模式非常的卡
- ¥20 Keil uVision5创建project没反应
- ¥15 mmseqs内存报错
- ¥15 vika文档如何与obsidian同步
- ¥15 华为手机相册里面的照片能够替换成自己想要的照片吗?
- ¥15 陆空双模式无人机飞控设置
- ¥15 sentaurus lithography