Tuple - List - Whats the difference?
Neil Schemenauer
nas at arctrix.com
Fri Dec 8 06:07:45 EST 2000
More information about the Python-list mailing list
Fri Dec 8 06:07:45 EST 2000
- Previous message (by thread): Tuple - List - Whats the difference?
- Next message (by thread): Now for Modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Dec 07, 2000 at 08:13:31PM -1200, Rob Brown-Bayliss wrote: > Hi, brand new to python and I am trying to understand why there are > tuples and lists. > > They both look to serve the same purpose. Can some one enlighten me? Lists are mutable (you can change them after creating them) while tuples are not. Neil
- Previous message (by thread): Tuple - List - Whats the difference?
- Next message (by thread): Now for Modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list