Ben Finney wrote:

> A tuple implies a meaning associated with each position in the
> sequence (like a record with a positional meaning for each field),
> a list implies the opposite (a sequence with order but not meaning
> associated with each position).

Explain. I know tuples as immutable lists ...

BTW, don't confuse python tuples with tuples from mathematics.

Regards,


Björn

-- 
BOFH excuse #214:

Fluorescent lights are generating negative ions. If turning them off
doesn't work, take them out and put tin foil on the ends.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to