SyntaxFix
Write A Post
Hire A Developer
Questions
import itertools ab = itertools.chain(['it'], ['was'], ['annoying']) list(ab)
Just another method....