lets say I have the following array:
My_Array = [[1,2,3],[4,5,6],[7,8,9]]
I want to sum each of these arrays so the output would be
My_Array = [[6],[15]