Tuple vs List: Whats the difference?

Joe Riopel goon12 at gmail.com
Wed Jul 11 14:20:51 EDT 2007


On 7/11/07, Shafik <shafik23 at gmail.com> wrote:
> I am an experienced programmer, but very new to python (2 days). I
> wanted to ask: what exactly is the difference between a tuple and a
> list? I'm sure there are some, but I can't seem to find a situation
> where I can use one but not the other.

The differences are explained pretty good on here. Although, I am
pretty new to Python as well.

http://diveintopython.org/native_data_types/tuples.html



More information about the Python-list mailing list