[Tutor] Standard way to append to a list?

Brian Christopher Robinson brian@dungeoncrawl.org
Tue Apr 15 01:46:02 2003


Say I have:

list = [1, 2, 3]

What is the standard way to add 4 to the end of the list?  I know:

list = list + [4]

would work.  What else is there?


-- 
reaching out to embrace whatever may come