try this
a=[1, 2, 3]
b=a[:]

"Daniel Mark" <[EMAIL PROTECTED]> ???
news:[EMAIL PROTECTED] ???...
> Hello all:
>
> I have a list AAA = [1, 2, 3] and would like to subtract one from list
> AAA
> so AAA' = [0, 1, 2]
>
> What should I do?
>
>
> Thank you
> -Daniel
>


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to