Hrvoje Niksic wrote in message ... >The crux of the matter is: a and b are not objects that point to >numbers; they are variables that refer (point) to numbers, which are >objects. Incidently: does the term "variable" have any formal meaning within Python? The Python docs seem only to talk about "names".