+------------------+--------------------------------+----------+
| ``max(s)`` | largest item of *s* | |
+------------------+--------------------------------+----------+
-| ``s.index(i)`` | index of the first occurrence | |
-| | of *i* in *s* | |
+| ``s.index(x)`` | index of the first occurrence | |
+| | of *x* in *s* | |
+------------------+--------------------------------+----------+
-| ``s.count(i)`` | total number of occurrences of | |
-| | *i* in *s* | |
+| ``s.count(x)`` | total number of occurrences of | |
+| | *x* in *s* | |
+------------------+--------------------------------+----------+
Sequence types also support comparisons. In particular, tuples and lists