Arnaldo> class abc: Arnaldo> x = 100 Arnaldo> y = 200 Arnaldo> z = 300 x, y and z are attributes of the class, not of instances of the class. Try printing abc.__dict__. Skip