Description
Python's self is really just a variable that points to the current instance of our class. Every method you define must accept self as its first argument.
Python's self is really just a variable that points to the current instance of our class. Every method you define must accept self as its first argument.