Nested lists

A list that is an element in another list, e.g,:

samples = [["x","y","z"],[12,32,7],[12,40,7]]

All combinations of length of lists and types are possible, e.g.:

aList= [14.2,[12,32],[12,40,"peter"]]