When Not to Use Generator Expressions
I found that post very helpful. I didn’t know it’s a better idea to use a list comprehension rather than a generator expression for ““.join().
I found that post very helpful. I didn’t know it’s a better idea to use a list comprehension rather than a generator expression for ““.join().