I have two arrays:
a = [[1,2],[3,4],[5,6]] b = [[7,8],[9,10]]
I have tried to add them together to create
combined = a + b pri