Python - Methods and Behavior Definition
You want to create a class
Counter that counts how many times its method increment is called on each object separately. Which code correctly implements this behavior?