Menu Driven Program
Input: `choices` (list). Return: Integer count of items in the list.
Example
Input: 1, 2, 3
Output: 3
Run your code to see output
Input: `choices` (list). Return: Integer count of items in the list.
Input: 1, 2, 3
Output: 3
Run your code to see output