Ai
1 Star 0 Fork 0

yihaohhh/Python学习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
code27.py 153 Bytes
一键复制 编辑 原始数据 按行查看 历史
yihaohhh 提交于 2025-03-04 11:32 +08:00 . py学习
import datetime
# from datetime import datetime
import datetime as dt
date1 = dt.datetime(2004,9,14)
date2 = dt.datetime(2025,3,3)
print(date2 - date1)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/liu-yihao-hhh/learning-python.git
git@gitee.com:liu-yihao-hhh/learning-python.git
liu-yihao-hhh
learning-python
Python学习
master

搜索帮助