Write a function that combines two lists by alternating the elements, e.g. ['a','b','c'], ['1','2','3'] → 'a1b2c3'.

Solution Stats

89 Solutions

58 Solvers

Last Solution submitted on Apr 07, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...