Classes en Python avec un paramètre d'auto-paramètre
self represents the instance of the class. By using the “self” keyword we can access the attributes and methods of the class in python. It binds the attributes with the given arguments.
Dull Dogfish