On Tue, Mar 26, 2013 at 5:17 PM, Shiyao Ma <i at introo.me> wrote: > class A: > r = 5 > def func(self, s): > self.s = s > a = A() > print(a.r) # this should print 5, but where does py store the name of r What do you mean by "the name of r"? ChrisA