Question: use python3 12) define a function quiz4 that takes two strings as inputs and returns the two strings intertwined with each of the first characters,
12) define a function "quiz4" that takes two strings as inputs and returns the two strings intertwined with each of the first characters, then each of the second, etc.. For simplicity, you can assume that the input strings have equal lengths. The function should work for any length of equal strings. quiz4('Bob','Sue') should return 'BSoube
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
