0
Under the object oriented section there is a question
class student: def _______(self, name): self.name = name test = student("bob") please let me know what will come in the blank.bcoz of this I am not able to move forward
2 odpowiedzi
0
__init__
0
put 2 _ before and after init