为了账号安全,请及时绑定邮箱和手机立即绑定

python3.4读写.txt文件出错,而。py文件正常?

>>> f=open("D:\\python34\2.txt",'w')
Traceback (most recent call last):
  File "<pyshell#19>", line 1, in <module>
    f=open("D:\\python34\2.txt",'w')
OSError: [Errno 22] Invalid argument: 'D:\\python34\x02.txt'
>>> f=open("D:\\python34\safdsf.py",'w')

正在回答

1 回答

修改成:D:\\python34\\02.txt

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

python3.4读写.txt文件出错,而。py文件正常?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信