TypeError: coercing to Unicode: need string or buffer, list found can't understand

后端 未结 0 1038
面向向阳花
面向向阳花 2020-11-30 07:57

im new in Python, have error

my code:

from sys import argv

script = argv
filename = argv
txt = open(filename)

print "text %r" % filename
pr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题