Re: Beginner question: difference between lists and tuples

2007-03-14 Thread Bruno Desthuilliers
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-

Re: Beginner question: difference between lists and tuples

2007-03-14 Thread Jim
On Mar 14, 3:46 pm, "KDawg44" <[EMAIL PROTECTED]> wrote: > 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. You can change lists but not tuples. That has s

Beginner question: difference between lists and tuples

2007-03-14 Thread KDawg44
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. How are these different from arrays in other languages such as php? THanks. -- http://mail.python.org/