python之禅源代码_Python之禅及其翻译
凡是用过 Python的人,基本上都知道在交互式解释器中输入 import this 就会显示 Tim Peters 的 The Zen of Python,但它那偈语般的语句有点令人费解,所以我想分享一下我对它的体会,顺带给出我的翻译。>>> importthisThe Zen of Python, by Tim PetersBeautifulisbetter than ugly.Explici...