when I print the result it shows the correct output:
[1, [1, 1], [1, 2, 1], [1, 3, 3, 1]]
but then I return this it just shows “[” and the test fails.
Has anyone seen this kind of error before?
when I print the result it shows the correct output:
[1, [1, 1], [1, 2, 1], [1, 3, 3, 1]]
but then I return this it just shows “[” and the test fails.
Has anyone seen this kind of error before?