0
Why class defination has "def init(self,first,last)"
why does the input doest consider self as first input when we provide the value for this
1 Antwort
0
you talking from python, and as far as I understood us a simple definition from the interpreter.
your source file is text and it has to be parsed, so different unique constructs have to be defined to tell the interpreter what to do exactly...