I came across the following line:
Every list object that you create in Python is actually an instance of List class.
What does Class and Object actually mean?
I saw the above post but in that they explain the difference between object and class. But what exactly is a class if Object is an instance of class.
Edit:
What is an instance?