1 Star 0 Fork 21

dengmizhi/PythonCourse2024

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
a.py 104 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2024-05-09 12:15 . zuoye
a=0.1
b=0.2
print(a+b)
from decimal import Decimal
a=Decimal("0.1")
b=Decimal("0.2")
c=a+b
print(a+b)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/dengmizhi/python-course2024.git
git@gitee.com:dengmizhi/python-course2024.git
dengmizhi
python-course2024
PythonCourse2024
master

搜索帮助