TypeScript code snippet – How to medrge lists of lists? Subash Chandran 15th December 2021 Leave a Comment import itertools a = [['a','b'], ['c']] print(list(itertools.chain.from_iterable(a))) Curly hair, very fair, please share 🙂Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Reddit (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to email a link to a friend (Opens in new window) Related See also Python code snippet - How to run script as admin? Snippets, TypeScript TypeScript code snippet - How to medrge lists of lists? Change font size A Decrease font size. A Reset font size. A Increase font size.