摘要: 浮点数保留位数 from decimal import Decimal a = Decimal(5.333333333333).quantize(Decimal("0.00")) print(a) 图片拼接 from PIL import Image def join(png1, png2, fla 阅读全文
posted @ 2021-08-11 17:55 Tank-Li 阅读(45) 评论(0) 推荐(0)