Write a function mat_sum(m) that receives a matrix of int’s m and returns the sum of all the integers in that matrix. The matrix of int’s is represented as a tuple of rows, each row being, in turn, a tuple of int’s.
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.