Hi,
I have a tuple like this:
T = ("One","Two","Three","Four")
Is there any built-in way to find what is the index of "Two" withouot
looping within the tuple?
Is the same feature available for lists or dictionaries?
Thank you,
Alan
--
http://mail.python.org/mailman/listinfo/python-list
