sum() is the leanest method to flatten a string list, so it's been replaced by...
sum() is the leanest method to flatten a string list, so it's been replaced by itertools.chain.from_iterable()
Showing
Please register or sign in to comment
sum() is the leanest method to flatten a string list, so it's been replaced by itertools.chain.from_iterable()