From Dive into Python:
Class attributes are available both through direct reference to the class and through any instance of the class. Clas
Class attributes are available both through direct reference to the class and through any instance of the class.
Clas
Your are confused between declaration and instantiation.
C is the name of a class you declared.
v is an object, instantiated from c.