在前面我们了解到了没得模块,其中有一个模块为fileinput,为文件操作模块,不知道小伙伴们是否还记得? 1 打开文件 要打开文件,可以使用fileinput中的fileinput.input函数进行打开,也可以使用模块 io 中的open函数.open(filename, mode='r', buffering=None, encoding=None, errors=None, newline=None, closefd=True) filename:文件路径名. mode:指定进行操作的模…