print answer
We have introduced another action, "count",
-to count the number of occurences of a specific optional arguments:
+to count the number of occurrences of a specific optional arguments:
.. code-block:: sh
+------------------+--------------------------------+----------+
| ``max(s)`` | largest item of *s* | |
+------------------+--------------------------------+----------+
-| ``s.index(i)`` | index of the first occurence | |
+| ``s.index(i)`` | index of the first occurrence | |
| | of *i* in *s* | |
+------------------+--------------------------------+----------+
-| ``s.count(i)`` | total number of occurences of | |
+| ``s.count(i)`` | total number of occurrences of | |
| | *i* in *s* | |
+------------------+--------------------------------+----------+