j
k
j a
j l
On 02/10/2010 11:39 AM, wxyarv wrote:
what about another method clone() (or copy())? i think this maybe useful either.
l1 = [1, 2, 3] l2 = l1[:] l3 = list(l1)
Back to the thread
Back to the list