hi, I have a question, is there a tool to calculate on list ? something like :
>a= [1,1,1,1] >b = [5,9,8,4] >c = a+b*a >print c >[6,10,9,5] Thx
-- http://mail.python.org/mailman/listinfo/python-list
hi, I have a question, is there a tool to calculate on list ? something like :
>a= [1,1,1,1] >b = [5,9,8,4] >c = a+b*a >print c >[6,10,9,5] Thx
-- http://mail.python.org/mailman/listinfo/python-list