0
I have a doubt.... What if the 'other' would have been declared in '__init__' ? Was it a problem...? Help wouls be apreciated
HELP NEEDED
3 Answers
+ 5
No, using "self" is just a convention, you can as well use "other" or any other non-keyword name. Will work the same.
+ 1
No change will happen both self and other are just names given to the parameters as Kuba said :)
0
Ok... So what if i use 'other' keyword in '__init__' constructor?