indexing error in list in python

Posted by mekasperasky on Stack Overflow See other posts from Stack Overflow or by mekasperasky
Published on 2010-04-10T06:15:14Z Indexed on 2010/04/10 6:23 UTC
Read the original article Hit count: 222

Filed under:
B=l.append((l[i]+A+B))

l is a list here and i am trying to append into it more value for it to act as an array . But its still giving me error like list index out of range . How to get rid of it ?

© Stack Overflow or respective owner

Related posts about python