摘要: 1.计算矩形面积 a = float(input()) b = float(input()) s = a * b s_S = round(s,2) print(""+str(s_S)) 2.格式化输出 s = float(input()) print("{:.3f}".format(s)) 3.字符 阅读全文
posted @ 2021-11-16 14:06 林木森3 阅读(94) 评论(0) 推荐(0)