开始->程序->Python 2.*/3.*-> IDLE (Python GUI)

如此就打开了Python Shell->File->New window(Ctrl+N)

就出现了python编辑器

编写代码比如

print('Hello World')

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

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

推荐学习《python教程》。

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python怎么安装idle