会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
心平
首页
新随笔
管理
2021年8月11日
python-小知识点总结
摘要: 浮点数保留位数 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)
公告