品易云推流 关闭
文章详情页
文章 > Python常见问题 > 如何使用python自带的idle

如何使用python自带的idle

ide

头像

silencement

2019-11-12 14:50:535327浏览 · 0收藏 · 0评论

一、在电脑上安装好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学习网,免费的python学习网站,欢迎在线学习!

二、同理,安装好python开发环境,打开搜索框,输入IDLE,回车,打开此应用,同样开启美妙的python之旅。

关注

关注公众号,随时随地在线学习

本教程部分素材来源于网络,版权问题联系站长!

底部广告图