Posts by Timóteo A. Cruz • 1 point
1 post
- 
		-1 votes1 answer405 viewsQ: How to fix: Object has no attribute, in python?I’m new in python and I don’t understand this attribute error that he talks about. For me the code is correct. class Notebook: def __Init__(self): self.__notes = list() def storeNote(self,note):… pythonasked Timóteo A. Cruz 1