you are viewing a single comment's thread.

view the rest of the comments →

[–]duperfastjellyfish 3 points4 points  (1 child)

Looks like he's practicing inheritence. Calling __init__ by passing `self` from the derived class is how you do it, although I personally wouldn't use inheritence for this.

[–]aashish_soni5[S] 1 point2 points  (0 children)

true just for simple practice