Say I have a list of lists like this:
Input:
a = [1,2,3] b = [4,5,6] c = [7,8,9] abc = [a,b,c] abc
Output:
[[1, 2, 3],