-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with 语句语法问题 #683
Comments
Title: with statement syntax problem |
这种写法是在python 3.10支持的 参考更新日志: 在python 3.6你可以将括号去掉,但还是推荐在3.10版本以上运行本项目 |
学习了 感谢回复 |
Learned. Thanks for the reply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📜 功能描述
在main.py 1418行中
这里with后面的括号是什么新写法吗?我使用python3.6启动项目会报语法错误,把括号去掉就正常了
🌐 举例(可选)
No response
💡 动机
No response
📚 附加信息
No response
The text was updated successfully, but these errors were encountered: