Beginner question: difference between lists and tuples

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Wed Mar 14 16:59:17 EDT 2007


KDawg44 a écrit :
> Hi,
> 
> I am trying to learn python.  I am working through a tutorial on
> python.org.  I am trying to figure out how lists are different than
> tuples other than changing values at specific indices.

http://www.python.org/doc/faq/general/#why-are-there-separate-tuple-and-list-data-types



More information about the Python-list mailing list