python里可以这样写吗文件名后面不用跟打开模式吗
python里可以这样写吗文件名后面不用跟打开模式吗
还有打开后遍历为得出len为啥是每一行的不应该是每一个字符吗
f=open('1.txt')
FileNotFoundError: [Errno 2] No such file or directory: '1.txt'
python里可以这样写吗文件名后面不用跟打开模式吗
还有打开后遍历为得出len为啥是每一行的不应该是每一个字符吗
f=open('1.txt')
FileNotFoundError: [Errno 2] No such file or directory: '1.txt'
2018-06-18
举报