Python
fihming
coding,coding
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python shell 清屏(window)
原文:http://www.cnblogs.com/xuey/p/9274038.html IDLE增加一个清屏的扩展ClearWindow就可以了(在Issue 6143: IDLE中可以看到这个扩展的说明) 安装使用的方法 1、下载ClearWindow.py(右击-目标另存为,格式为py结尾,直接点击会打开脚本内容)。 2、拷贝clearwindow.py文件,放在Python安装目...转载 2018-11-29 15:28:03 · 471 阅读 · 1 评论 -
Hello Python!
#coding=utf-8 import time print "Hello Python" print "---我是分割线" print time.time() print time.strftime('%b %d %H:%M:%S %Y', time.localtime(time.time())) run...原创 2018-11-29 16:30:05 · 163 阅读 · 0 评论
分享