計算身體質量指數BMI(多分支選擇結構)

x=list(map(eval,input().split(','))) BMI=x[1]/x[0]**2 print('BMI:'+str('{:.2f}'.format(BMI))) a='Domestic:' b='International:' g1='underweight' g2='normal' g3='overweight' g4='obesity' if BMI<18.5 :
相關文章
相關標籤/搜索