得到一个typeError:预期3个参数,得到4

时间:2014-01-28 20:45:20

标签: python

这是我得到的错误:

       records[recordCount]= newRecord._make(line)
       File "<string>", line 21, in _make
       TypeError: Expected 3 arguments, got 4

这是代码:

      for line in database:
          records[recordCount]= newRecord._make(line)
          recordCount=recordCount+ 1

python的新手所以我不知道我做错了什么。我不知道错误在哪里。

0 个答案:

没有答案