How to get a list of Class Attributes in python
A class is a user defined prototype from which objects are created. Classes provide a means of building of data and functionality together. Creating a new class creates a new type of object, allowing a new instances of that type to be made. Class instances an also have methods for modifing its states. Getting a …