问答详情
源自:1-1 正则简介

python里可以这样写吗文件名后面不用跟打开模式吗

python里可以这样写吗文件名后面不用跟打开模式吗

还有打开后遍历为得出len为啥是每一行的不应该是每一个字符吗



 f=open('1.txt')

FileNotFoundError: [Errno 2] No such file or directory: '1.txt'


提问者:小猪码农 2018-06-18 20:37

个回答