How to combine a group of lists together

wanghao7915 at gmail.com wanghao7915 at gmail.com
Sat Dec 21 01:52:08 EST 2019


Thanks!
Actually, I neglected that my "print" is in the "for", so I get a group of lists.
Now I put the "print" out of the iteration then use .extend to append each list I produce. Finally, print and get my ideal result.

Haha, I'm too naive, so is my English.


More information about the Python-list mailing list