From: "Daniel Kluev" <[email protected]>
a = [1,2]
dict([a])

Yes, but

d = dict([a])

is not so nice as

$d = @a;

because it has exactly those numerous number of params and brackets which is used as a reason for bashing Perl and an aditional "dict" word.

Octavian

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

Reply via email to