摘要: 实例01 def fun_bmi(person,height,weight): '''功能:根据身高和体重计算BMI指数 person:姓名 height:身高,单位:米 weight:体重,单位:千克 ''' print(person +"的身高:"+str(height)+"米\t 体重:"+s 阅读全文
posted @ 2022-11-10 21:24 wzsyx 阅读(30) 评论(0) 推荐(0)