Menu Driven Program

Easy

Input: `choices` (list). Return: Integer count of items in the list.

Example

Input: 1, 2, 3
Output: 3
Run your code to see output