Let\'s say I have:
a=[1,2,3] b=[4,5,6]
Now I want to create a list of list from a and b, I would do it like this:
c=[a,b]=[[1,