<div>the page at <a href="http://docs.python.org/tutorial/datastructures.html">http://docs.python.org/tutorial/datastructures.html</a> states:</div><div><a href="http://docs.python.org/tutorial/datastructures.html"></a><br clear="all">
<dt style="font-family: sans-serif; font-size: 16px; "><tt class="descclassname" style="background-color: transparent; padding-top: 0px; padding-right: 1px; padding-bottom: 0px; padding-left: 1px; font-size: 0.95em; ">list.</tt><tt class="descname" style="background-color: transparent; padding-top: 0px; padding-right: 1px; padding-bottom: 0px; padding-left: 1px; font-size: 1.2em; font-weight: bold; ">index</tt><big>(</big><em>x</em><big>)</big></dt>
<dd style="margin-top: 3px; margin-bottom: 10px; margin-left: 30px; text-align: justify; line-height: 20px; font-family: sans-serif; font-size: 16px; ">Return the index in the list of the first item whose value is <em>x</em>. It is an error if there is no such item</dd>
<dd style="margin-top: 3px; margin-bottom: 10px; margin-left: 30px; text-align: justify; line-height: 20px; font-family: sans-serif; font-size: 16px; "><br></dd><dd style="margin-top: 3px; margin-bottom: 10px; margin-left: 30px; text-align: justify; line-height: 20px; font-family: sans-serif; font-size: 16px; ">
it would be nice to s/error/ValueError/ </dd></div><div>-- <br>Ignoring that little voice in my head since 1966!<br>
</div>