0
1
oottersity
The code above creates a flat list of the items in the regular_list.
0 Comments
flat_list = list(itertools.chain(*regular_list))