Discuss / Python / zuoye

zuoye

Topic source

狗狗狗带

#1 Created at ... [Delete] [Delete and Lock User]

h=1.75 w=80.5 BMI=w/(h**2) if BMI<18.5: print('过轻') elif 18.5<=BMI<25: print('兹次') elif 25<=BMI<28: print('次') elif 28<=BMI<32: print('不兹次') else : print('不不兹次')


  • 1

Reply