Write a function choose_op(ls, op) that receives a list of positive integers and a string op. The string is one of "add", "mul", "cnt". It must return the result of adding together, multiplying together, or counting the digits of all the integers in the list, respectively.
About statements
The official statement of a problem is always the one
in the PDF document. The HTML version of the statement
is also given to help you, but may contain some content
that is not well displayed. In case of doubt, always use the PDF.