Lists vs tuples (newbie)

Szabolcs szhorvat at gmail.com
Mon May 21 07:48:44 EDT 2007


I was wondering about why are there both tuples and lists? Is there 
anything I can do with a tuple that I cannot do with a list?

In what circumstances is it advantageous to use tuples instead of lists?
Is there a difference in performance?

I am still learning Python, so please be gentle ...

Szabolcs



More information about the Python-list mailing list