How can I turn a list like:
a = [1, 2, 3, 4, 5]
to something like:
b = [[1], [2], [3], [4], [5]]
I was thinki