簡體   English   中英

用Python進行rot13編碼的文件是什么,名稱是什么?

[英]What was the file that has rot13 coding in Python and what was the name?

我記得在Python中有一個具有rot13編碼的文件something.py 它具有for循環和變量,例如d,c等。有人可以告訴我該文件的名稱以及它在Python 3.5中的位置嗎?

編輯:這是Python附帶的模塊,而不是第3方。

PEP-20

import this
print(this.s)

可以在以下位置找到源代碼:

https://github.com/python/cpython/blob/master/Lib/this.py

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM