I have a list of list like [[a], [b], [c]]. How do I make it: [a, b, c] efficently?
Asked
Active
Viewed 62 times
I have a list of list like [[a], [b], [c]]. How do I make it: [a, b, c] efficently?