print(ID, end=",")print(name, end=",")略
print("%.2f"%BMI)
print("直角三角形的底为:{},高为:{}". format(bottom, height))