Python123: 程序的控制結構 (第4周)

一、實例5:身體質量指數BMIweb height,weight =eval(input()) bmi=weight/pow(height,2) print(「BMI數值爲:{:.2f}」.format(bmi)) who,nat = 「」,"" if bmi<18.5: who,nat =「偏瘦」,「偏瘦」 elif 18.5<=bmi<24: who, nat=「正常」,「正常」 elif 2
相關文章
相關標籤/搜索