lhxx

 

2022年9月14日

第一周python作业

摘要: print("hello world") height=float(input("请输入你的身高:")) weight=float(input("请输入你的体重:")) bmi=weight/(height*height) print("您的bmi指数为:"+str(bmi)) #判断身材是否合理 阅读全文

posted @ 2022-09-14 15:55 超人超会飞 阅读(41) 评论(1) 推荐(0) 编辑

导航