List append vs add

Tim Howarth tim at worthy.demon.co.uk
Fri May 25 03:17:46 EDT 2001


Is there any difference in result, performance or stylistic approval
('niceness') of;

list.append('fred')

compared with,

list+=['fred']


-- 
___
 |im    ---- ARM Powered ----



More information about the Python-list mailing list