摘要
在Python交互式解释器中输入import this
就会显示Tim Peters的The Zen of python
读一读Python之禅,你就明白Python为什么如此迷人。
1 | import this |
中文翻译和解析
1 | Python之禅 by Tim Peters |
普罗米修斯
在Python交互式解释器中输入import this
就会显示Tim Peters的The Zen of python
读一读Python之禅,你就明白Python为什么如此迷人。
1 | >>> import this |
中文翻译和解析
1 | Python之禅 by Tim Peters |