我在python中找不到我的错误

时间:2016-11-12 20:13:03

标签: python class

我正在尝试用python编写类的问题。我是初学者。我无法意识到问题出在哪里。当我运行代码时,我收到了这个错误:

  File "D:/Facultate/Python/Bibliotek_Classe/Classe.py", line 43, in add_client
    self.client_list.append(client)
AttributeError: 'CrudOperationOnClient' object has no attribute 'client_list'

这是一个应该是错误的课程。非常感谢你!

this is the code

1 个答案:

答案 0 :(得分:2)

写def __init__(self):而不是__int__(self):