Hi,

t = (1, (2, 3))

I am bit suprised, that I cannot access '3' via:
t[1].[1] # syntax error

But t[1].__getitem__(1) works like expected.

Why is that?

Regards
Georg Sauthoff
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to