Python SyntaxError: invalid syntax end=''

后端 未结 0 1625
悲哀的现实
悲哀的现实 2021-02-12 08:01

I am studying the book \"Head First Python\" and I\'m having trouble this code:

data = open(\'sketch.txt\')

for each_line in data:
    (role, line_spoken) = eac         


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