我记得在 Python something.py
中有一个文件有 rot13 编码。它具有for
循环和变量,如d,c
等。谁能告诉我该文件的名称以及它在 Python 3.5 中的什么位置?
编辑:这是Python附带的模块,而不是第三方。
PEP-20:
import this
print(this.s)
源代码可以在以下位置找到:
https://github.com/python/cpython/blob/master/Lib/this.py