码迷,mamicode.com
首页 > 编程语言 > 详细

Python GUI 的使用方法

时间:2016-11-29 14:18:45      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:地址   技术   ges   ini   ted   art   lock   ref   http   

原博客地址

 

1、新建一个 .py文件,如test_hello.py;

2、右键,Edit with IDLE(即Python GUI)

3、编写代码

技术分享
hello = "hello"
print(hello)

#####################################
test_list = [1,2,3,4,"minglang"]
for i in range (1,10):
    test_list.append(i)

print (test_list)
View Code

技术分享

4、Run->Run module F5 运行程序,结果如下

技术分享

5、Debug

点开Shell窗口的Debug—> F5 —>Debug窗口的Go

技术分享

Python GUI 的使用方法

标签:地址   技术   ges   ini   ted   art   lock   ref   http   

原文地址:http://www.cnblogs.com/yml6/p/6112914.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!