摘要: a = float(input("请输入矩形的长: "))b = float(input("请输入矩形的宽: "))c = a*bprint("矩形的面积为: "+str('%.2f'%c)) 阅读全文
posted @ 2021-09-12 09:42 kioskl 阅读(381) 评论(0) 推荐(0)