Re: [Pythonmac-SIG] Tuples

2008-02-03 Thread Henning Hraban Ramm
Am 2008-02-03 um 16:54 schrieb Grzegorz Laszczyk: > I have a newbie question. > Do you use tuples? If yes, maybe can you explain me where and why. > I know, how to use strings, dictionaries, lists. But tulpes? Python is > my first language, where I found this. You can use tuples, where 1. they're

[Pythonmac-SIG] Tuples

2008-02-03 Thread Grzegorz Laszczyk
Hi all :) I have a newbie question. Do you use tuples? If yes, maybe can you explain me where and why. I know, how to use strings, dictionaries, lists. But tulpes? Python is my first language, where I found this. Thanks for explanation. Grzesiek