List Comprehension for me seems to be like the opaque block of granite that regular expressions are for me. I need pointers.
Say, I have a 2D list:
l
To make it a flattened list use either:
Then, join to make it a string.
join