Python - Classes and Object Lifecycle
You want to keep track of how many objects of class
Student are created using a class attribute count. Which code correctly updates count each time a new Student is made?