创建文件: # -*- coding: gbk -*- #! /auto/ERP/python_core/chapter ''' Created on 2014年5月21日 @author: user function : create a new file ''' import os ls = os.linesep #get file name while True: fname = raw_input('PLS enter a file name:') if os.path.exists(f…