I think there is some confusion about my idea (I didn't intend it as a joke, but I was unsure, I was really surprised when Guido endorsed. I think people have been thinking that my idea was as follows:<div>>>> items=['a', 'b', 'c']</div>
<div>>>> items.first</div><div>'a'</div><div>>>> items.second</div><div>'b'</div><div>>>> items.third</div><div>'c'</div><div>It is <b>not</b> that. I would not want it to be in words. That would be dumb what my idea was was this:</div>
<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>>>> items=['a', 'b', 'c']</div><div>>>> items[1]</div><div>'a'</div><div>>>> items[2]</div>
<div>'b'</div><div>>>> items[3]</div><div>'c'</div></div><div>I'm not sure if this one is good, but if not, I'm sure you we come up with another line of jokes (I like jokes, so its alright.)</div>