0
it means, i think, variables are pointers to values rather than the values themselves eg a=3 b=7 b=a #from this point in, b and a "reference" the same variable. what happens to one affects both b+=1 print(a) >>> 4
20th Oct 2016, 2:20 AM
Jon