I have a python function that outputs a 3D list:
[ [[1,2], [3,4,5]] [1,5,6], [1,3]] ... ]
I want to be able to save it to a txt file like thi