Why a syntax error message in Terminal when I indent the print line correctly, yet the program runs and prints the output 33 times when I indent it?

前端 未结 0 577
傲寒
傲寒 2021-01-13 08:32
fname = input(\'Enter the file name:\')
Enter the file name:mbox-short.txt
>>> fhand = open(fname)
>>> count = 0
>>> for line in fhand:
..         


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