我正在尝试用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'
这是一个应该是错误的课程。非常感谢你!
答案 0 :(得分:2)
写def __init__(self):
而不是__int__(self):