您的位置:首页 > 编程语言 > Python开发

Python入门第9课——python之歌(只读课堂)

2018-03-23 18:42 531 查看
Jupyter QtConsole 4.3.1Python 3.6.3 |Anaconda custom (32-bit)| (default, Oct 15 2017, 07:29:16) [MSC v.1900 32 bit (Intel)]Type 'copyright', 'credits' or 'license' for more informationIPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]:
In [1]: #欢迎来到“只读课堂”!往期课程和Python资料包请找QQ:1649643021,我们的学习交流群:206527832
In [2]: #今天,我们插入一个python的特例:
In [3]: import thisThe 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!
In [3]:
In [4]: #它呢,就会给我们返回一个”Python之歌“。还挺有意思的。
In [5]: print("\n本次“只读课堂”的python教程就到这了,欢迎继续收看!\n")
本次“只读课堂”的python教程就到这了,欢迎继续收看!

In [6]:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息