Python戒律

在Python Shell中输入

?View Code PYTHON
1
import this

会出现Python戒律。
全文如下

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.
[阅读全文] »