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