python的小彩蛋?!
彩蛋在如下
C:\Users\Admin>python
Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

翻译
C:\Users\Admin>python
Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import this
Python 之禅,作者 Tim Peters
优美胜于丑陋。
明了胜于晦涩。
简洁胜于复杂。
复杂胜于凌乱。
扁平胜于嵌套。
稀疏胜于密集。
可读性很重要。
特殊情况也不应该违反这些规则,除非确实很有必要。
虽然实用性胜于纯粹性。
错误不应该被忽视,除非被明确地忽略。
面对不确定性,不要猜测。
应该有一种——最好只有一种——明显的方式来实现。
虽然这种方式一开始可能并不明显,除非你是荷兰人。
现在去做总比不做要好。
虽然不做往往比马上去做要好。
如果实现很难解释,那肯定是个糟糕的想法。
如果实现很容易解释,那可能是个好主意。
命名空间是个绝妙的主意——让我们多用用吧!
评论区(暂无评论)