我正在通过学习艰难的钟,并用额外信贷进行16项工作。 我正试图阅读我用主要行动16制作的档案。 我写道:
# pylint: disable-msg=C0103
""" This script reads and prints a file set from the argv """
from sys import argv
filename = argv
txt = open(filename)
print txt.read()
我试图阅读的档案是:
Derp Derp
Reading this file
Will it work?
我收到这一错误:TypeError: coercing to Unicode: need string or.5/53/, list found,但无法确定我的档案是一份清单,而不是拼凑。