摘要: 1 Navigation 2 index modules | next | previous | Python » 3.4.4 Documentation » The Python Standard Library » 14. File Formats » 3 14.2. configparser 阅读全文
posted @ 2016-03-10 20:44 十年闷油瓶 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1 #coding:utf-8 2 ''' 3 This is a introduce for the module. 4 5 ''' 6 import os 7 import sys 8 import random 9 10 def Foo(): 11 print('This is in foo( 阅读全文
posted @ 2016-03-08 21:09 十年闷油瓶 阅读(180) 评论(0) 推荐(0) 编辑