导语:
本文主要介绍了关于如何使用python自带的idle的相关知识,包括python的idle在哪里找,以及python编辑器idle怎么用这些编程知识,希望对大家有参考作用。
1、在电脑上安装好python开发环境后,打开搜索框,输入cmd,回车。打开cmd命令框,输入python,就可以开始一段奇妙的python之旅了。
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!
>>>
本文为原创文章,版权归知行编程网所有,欢迎分享本文,转载请保留出处!
你可能也喜欢
- ♥ Python超详raise用法10/21
- ♥ 如何在 Python 中设置代理12/11
- ♥ python如何连接两个列表09/21
- ♥ Python字符串操作常用知识点(三)12/08
- ♥ python 检查列表是否为空09/13
- ♥ Python 元素树是什么意思?11/27
内容反馈