2011-03-14, 02:30 AM
I believe all you have to do is:
c_sorted = c[:]
and that will clone the list.
c_sorted = c[:]
and that will clone the list.

