Question: Looking for some help with the below problem exercise. Looking for the results in python 3. Complete the mergeStrings function in your editor. It has

Looking for some help with the below problem exercise. Looking for the results in python 3.

 Looking for some help with the below problem exercise. Looking for

the results in python 3. Complete the mergeStrings function in your editor.

Complete the mergeStrings function in your editor. It has 2 parameters: . A string, a 2. A string,b. Your function must merge strings a and b, and then return a single merged string. A merge operation on two strings is described as follows Append alternating characters from a and b, respectively, to some new string, mergedString. Once all of the characters in one of the strings have been merged, append the remaining characters in the other string to mergedString nput Format The locked stub code in your editor reads two strings, a and b, from stdin and passes them to your function. Constraints 1 s lal Ibl s 25000 Output Format Your function must return the merged string. This will be printed to stdout by the locked stub code in your editor

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!