摘要: Python编辑器IDLE傻瓜入门下载python进行安装,默认自带此工具 开始->程序->Python 2.*/3.*-> IDLE (Python GUI) 如此就打开了Python Shell->File->New window(Ctrl+N) 就出现了python编辑器 编写代码比如print('Hello World') 然后保存文件为helloworld.py(注意记得加py扩展名,默认是不会自动加添的)。 在编辑器窗口按F5即可在Python Shell中看到结果。如何debug 1.设置断点:在Python编辑器中要调试的代码行右击 阅读全文
posted @ 2012-09-28 11:07 dandingyy 阅读(1607) 评论(0) 推荐(0)