Python出现TypeError: file() argument 1 must be encoded string without NULL bytes, not str问题解决
window系统下,在使用Python的open函数打开一个文件时,出现了TypeError:file()argument1mustbeencodedstringwithoutNULLbytes,notstr的问题分两种情况讨论说明:two.txt与0_2.txt为相同的文件1,文件放置于一级文件目录下#一级文件目录下,文件名为纯英文组成,程序可执行
lines=open('F:\PythonPr