<div dir="ltr"><div><div><div>In the table explaining sequence types, the following two rows appear at the end.<br><br><table class="" border="1"><tbody valign="top"><tr><td><tt class=""><span class="">s.index(i)</span></tt></td>

<td>index of the first occurrence
of <em>i</em> in <em>s</em></td>
<td> </td>
</tr>
<tr><td><tt class=""><span class="">s.count(i)</span></tt></td>
<td>total number of occurrences of
<em>i</em> in <em>s</em></td></tr></tbody></table><br></div>Conventionally, i is an index. An x is used to indicate an element.<br>I would suggest<br><br><table class="" border="1"><tbody valign="top"><tr><td><tt class=""><span class="">s.index(x)</span></tt></td>

<td>index of the first occurrence
of <em>x</em> in <em>s</em></td>
<td> </td>
</tr>
<tr><td><tt class=""><span class="">s.count(x)</span></tt></td>
<td>total number of occurrences of <em>x</em> in <em>s</em></td></tr></tbody></table><br></div></div><div>Best wishes,<br><br>Bruce Esrig<br></div>Madison, NJ<br><br></div>