Init

python class init
__init__ is a reseved method in python classes. It is called as a constructor in object oriented terminology. This method is called when an object is ...