首页 > TAG信息列表 > PythonUnit2

PythonUnit2实例

实验 1  项目名称:  python语言基础                                 实例一: height=1.70 print("您的身高:"+str(height)) weight=48.5 print("您的体重:"+str(weight)) bmi=weight/(height*height) print("您的BIM指数为:"+str(bmi)) #判断身