您现在的位置是:课程教程文章
python怎么安装idle
2023-12-18 20:33课程教程文章 人已围观
开始->程序->Python 2.*/3.*-> IDLE (Python GUI)
如此就打开了Python Shell->File->New window(Ctrl+N)
就出现了python编辑器
编写代码比如
print('Hello World')
然后保存文件为helloworld.py(注意记得加py扩展名,默认是不会自动加添的)。
在编辑器窗口按F5即可在Python Shell中看到结果。
推荐学习《python教程》。
课程教程:python怎么安装idle上一篇:python怎么判断是否为字符
下一篇:没有了