gpt4 book ai didi

python - 如何在python中打印时间和日期

转载 作者:行者123 更新时间:2023-12-03 23:50:20 27 4
gpt4 key购买 nike

我真的需要弄清楚如何打印日期和时间,我不需要import time函数,请给我尽可能短的方法。谢谢。

最佳答案

你必须导入一些东西。我会使用日期时间。

import datetime
## whatever code you want here
now = datetime.datetime.now()
print(now.strftime("%Y-%m-%d %H:%M"))

关于python - 如何在python中打印时间和日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31868798/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com