On Jul 17, 12:55 pm, kj <[EMAIL PROTECTED]> wrote:
> what's the point of performing such "unpacking"?

record = [name, address, telephone]

...

name, address, telephone = record
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to