two ways of achieving the same effect

l+=[n]

or

l.append(n)


so which is more pythonic/faster?

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

Reply via email to