- 博客(3)
- 收藏
- 关注
原创 python 读文件 和行号
python 读文件 和行号 代码如下: file = open('file.txt','r') for (num,value) in enumerate(file): print "line num is: ",num,"content:",value file.close() with open('file.txt','r') as f: for (
2017-02-20 15:54:03
10386
原创 Wing IDE 快捷键 记录
多行注释 crtl + / 多行去注释 Ctrl + shift + / 多行缩进 Ctrl + shift + > 多行去缩进 Ctrl + shift +
2017-02-20 11:50:33
599
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅