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

    python如何启动idle

    silencementsilencement2019-10-15 13:34:27原创4620

    python自带的集成开发环境为ide,打开ide的方式为

    开始->程序->Python 2.*/3.*-> IDLE (Python GUI)
    如此就打开了Python Shell->File->New window(Ctrl+N)

    就出现了python编辑器

    编写代码比如

    print('Hello World')

    然后保存文件为helloworld.py(注意记得加py扩展名,默认是不会自动加添的)。

    在编辑器窗口按F5即可在Python Shell中看到结果。

    更多学习内容,请点击Python学习网。

    专题推荐:ide
    上一篇:python使用什么编辑器 下一篇:python零基础好学吗

    相关文章推荐

    • 10 款最好的 Python IDE• python一般用什么ide• 如何在python idel终止python程序运行

    全部评论我要评论

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

  • 取消发布评论
  • 

    Python学习网