Intro to Python Programming
A class attribute is a variable that is shared among all instances of a class. It is defined within the class but outside any instance methods.
congrats on reading the definition of class attribute. now let's actually learn it.