0
What does the self function do in python classes during initialization
4 Réponses
+ 1
There is no self function. did you mean
def __init__(self)?
+ 1
https://code.sololearn.com/c2Lb5EmaS88s/?ref=app
did u mean line 2?
0
Sorry but I haven't got u !
0
Yes I meant def _init_(self)