Python
sg=input("请输入身高") gl=input("请输入体重") BMI=gl/(sg*sg) if BMI<18: print("瘦") elif BMI