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

height,weight = eval(input("")) BIM = weight/(pow(height,2)) print("BMI數值爲:{:.2f}".format(BIM)) if BIM<=18.5: print("BMI指標爲:國際'偏瘦',國內'偏瘦'") elif BIM>18.5and BIM<=24: print("BMI指標爲:國際'正常',國內'正常
相關文章
相關標籤/搜索