简体   繁体   中英

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

I remember that there was a file in Python something.py that has rot13 coding. It has for loops and variables like d,c etc. Can anyone tell me that the name of that file and where is it in Python 3.5?

Edit: It's a module coming with Python, not 3rd party.

PEP-20 :

import this
print(this.s)

The source code can be found at:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM