What is the source code of the “this” module doing?

后端 未结 5 1482
旧巷少年郎
旧巷少年郎 2020-11-28 00:36

If you open a Python interpreter, and type \"import this\", as you know, it prints:

The Zen of Python, by Tim Peters

Beautiful is better

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 01:12

    It's a substitution cipher (as mentioned in previous answers). Historically speaking, it's the Caesar cipher.

    https://www.google.de/search?q=caesar+cipher&cad=h

提交回复
热议问题