[Tutor] about copy.copy

linda.s samrobertsmith at gmail.com
Tue Jul 18 09:40:36 CEST 2006


what is the difference between b and c in the following code?
import copy
a=[1,4,5]
b=a
c=copy.copy(a)

Linda


More information about the Tutor mailing list