<br><div class="gmail_quote">On Thu, Oct 15, 2009 at 3:21 AM, Nanjundi <span dir="ltr"><<a href="mailto:nanjundi@gmail.com">nanjundi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


3       You can’t find elements in a tuple. Tuples have no index method.<br></blockquote><div><br>I don't know what language you're using there, but my Python tuples have indexes.<br><br>>>> a = (1, 2, 3)<br>

>>> a<br>(1, 2, 3)<br>>>> a[1]<br>2 </div></div>