打开(文件名,' w')为fp:

时间:2018-03-28 09:21:58

标签: python file

我在Python中打开ASCII文件时出现问题:

代码:

with open(filename, 'r') as fp:
  

错误消息:" TypeError:需要一个整数(得到类型str)"

我使用相同的构造进行酸洗,并且完全没有问题

有什么建议吗?

我在PyCharm 2.7.3,Community Ed。

中使用Windows 7 Pro,Python 3.6.4

0 个答案:

没有答案