Nieuws

Contribute to ian441/python-p3-init-self development by creating an account on GitHub.
In Python, when we use self keyword in an instance method, self refers to whatever instance that method was called on. It's like a special variable that changes meaning depending on the context.