Return to Snippet

Revision: 1742
at November 10, 2006 00:08 by whitetiger


Updated Code
a = [1, 2, 3]
b = a[:]

Revision: 1741
at November 9, 2006 23:54 by whitetiger


Initial Code
a = [1, 2, 3]
b = a[:]

Initial URL


Initial Description


Initial Title
Python - Copy List

Initial Tags
list, resize, image, python, copy

Initial Language
Python