Question: 2. Write a function that combines two lists by alternatingly taking elements, e.g. (a,b,c). [1,2,3] [a,1,b,2,0,3). 3. Write a program that automatically converts English text

2. Write a function that combines two lists by alternatingly taking elements, e.g. (a,b,c). [1,2,3] [a,1,b,2,0,3). 3. Write a program that automatically converts English text to Morse code and vice versa
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
