• 技术文章 >常见问题 >Python常见问题

    如何使用python自带的idle

    silencementsilencement2019-11-12 14:50:53原创5029

    一、在电脑上安装好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之旅。

    专题推荐:ide
    上一篇:cmd中怎么退出python程序 下一篇:python如何引入第三方库

    相关文章推荐

    • python自带的ide在哪• python有什么ide吗• python中的ide在哪里

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网