2
16
426
中级会员
height=input("请输入身高") weight=input("请输入体重") height=float(height) weight=float(height) bmi=weight/(height*height) if bmi <18.5: print('你的体重偏瘦,需要适当增加体重') elif bmi <= 24: print('你的体重正常,继续保持哦') else: print('你有点超重了哦,需要适当控制体重')
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页