在 Python 中具有 rot13 编码的文件是什么,名称是什么?
What was the file that has rot13 coding in Python and what was the name?
我记得 Python something.py
中有一个文件有 rot13 编码。它有 for
循环和 d,c
等变量。谁能告诉我那个文件的名称以及它在 Python 3.5 中的什么位置?
编辑:这是 Python 附带的模块,不是第 3 方。
import this
print(this.s)
可以在以下位置找到源代码:
我记得 Python something.py
中有一个文件有 rot13 编码。它有 for
循环和 d,c
等变量。谁能告诉我那个文件的名称以及它在 Python 3.5 中的什么位置?
编辑:这是 Python 附带的模块,不是第 3 方。
import this
print(this.s)
可以在以下位置找到源代码: