NumPy - Creating Arrays
You have a list of lists with varying lengths:
[[1, 2], [3, 4, 5], [6]]. How can you create a NumPy array that holds this data without error?