Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我记得 Pythonsomething.py中有一个具有 rot13 编码的文件。它有for循环和变量等d,c。谁能告诉我该文件的名称以及它在 Python 3.5 中的位置?
something.py
for
d,c
编辑:它是 Python 附带的一个模块,而不是第 3 方。
PEP-20:
import this print(this.s)
源代码可以在以下位置找到:
https://github.com/python/cpython/blob/master/Lib/this.py