Hi,

Would it be .append()? Does it reallocate te list with each apend?

l=[]
for i in xrange(n):
       l.append(i)


Thx, A.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to