Python:Classes

From wiki
Revision as of 13:18, 15 March 2018 by Hdridder (talk | contribs)
Jump to navigation Jump to search

Create your own classes

Classes should have


__init__(self)
Constructor, automatically called when the object is instantiated.