为什么会出现此错误OSError:[Errno 9]错误的文件描述符?使用f.close()关闭文件时发生

时间:2018-07-13 15:47:14

标签: python-3.x

在关闭文件时出现此OSError。谁能解释出什么问题了?

>>> f=open('fr.txt','w')
>>> print('hey',file=f)
>>> f.close()


OSError: [Errno 9] Bad file descriptor

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 9] Bad file descriptor

0 个答案:

没有答案