I got an Error : TypeError: __new__() got an unexpected keyword argument 'd'

前端 未结 0 606
广开言路
广开言路 2021-01-27 01:00

Here is my code

History = namedtuple(\'History\', [\'date\', \'team1\', \'score1\', \'team2\', \'score2\'])

class CSVHistoryReader(HistoryReader         


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