SyntaxFix
Write A Post
Hire A Developer
Questions
If you take a look at the official docs, you'll see right below append, extend. That's what your looking for.
append
extend
There's also itertools.chain if you are more interested in efficient iteration than ending up with a fully populated data structure.
itertools.chain