We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
3.13
https://docs.python.org/zh-cn/3.13/tutorial/modules.html
另一方面,如果你知道要怎么做就可以通过与引用模块函数一样的标记法 modname.itemname 来访问一个模块的全局变量。
6.1
换句话说,如果你知道在做什么,就可以通过与引用模块函数一样的标记法 modname.itemname 来访问一个模块的全局变量。
The text was updated successfully, but these errors were encountered:
感谢反馈,不过我修改为了:
另一方面,如果您知道自己在做什么,您可以使用与引用模块函数相同的语法去访问一个模块的全局变量,即 ``modname.itemname`` 。
Sorry, something went wrong.
No branches or pull requests
Python Version
3.13
Docs Page
https://docs.python.org/zh-cn/3.13/tutorial/modules.html
Original Translation
另一方面,如果你知道要怎么做就可以通过与引用模块函数一样的标记法 modname.itemname 来访问一个模块的全局变量。
Original Docs Paragraph
6.1
Suggested Fix
换句话说,如果你知道在做什么,就可以通过与引用模块函数一样的标记法 modname.itemname 来访问一个模块的全局变量。
The text was updated successfully, but these errors were encountered: