Hey guys
on my quest to learn python I keep coming across:
def __init__
I think I understand it is defining a method called "init" - but what's with all the underscores. Or is it some builtin method of Python?
Sorry - confused
Cheers!
on my quest to learn python I keep coming across:
def __init__
I think I understand it is defining a method called "init" - but what's with all the underscores. Or is it some builtin method of Python?
Sorry - confused
Cheers!
Comment