longth=float(input("请输入矩形的长:"))width=float(input("请输入矩形的宽:"))面积=longth*widthprint(round(面积,2))
posted on 2021-09-12 01:31 吃鱼拯救世界 阅读(215) 评论(0) 收藏 举报