Hallöchen! flyaflya <[EMAIL PROTECTED]> writes:
>>>> a = {1: ("a")}
>>>> a[1]
> 'a'
> why not ('a')?
("a") is not a tuple, but ("a",) is.
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
--
http://mail.python.org/mailman/listinfo/python-list
