gpt4 book ai didi

Python (3.3) 无效语法错误

转载 作者:太空宇宙 更新时间:2023-11-04 07:02:08 27 4
gpt4 key购买 nike

我正在尝试使用 python 创建一个程序,它可以帮助我们判断时间、日期和年份,但是我遇到了一些问题。

from datetime import datetime
now = datetime.now()
current_day = now.day
print current_day
current_month = now.month
print current_month
current_year = now.year
print current_year
input(press enter to exit)

每次我运行它时,它都说无效语法,显然它与第三行有关。我不知道该怎么做!谁能帮帮我?

最佳答案

Python 3 不使用与 Python 2 相同的 print 语法。print 在 Python 3 中是一个函数,因此您需要 print(current_day)

关于Python (3.3) 无效语法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17934083/

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