PYTHON CODING DUE IN 1 HOUR (11:30PM PST)

Question # 00791397 Posted By: Steven Updated on: 01/27/2021 11:31 AM Due on: 01/31/2021
Subject General Questions Topic General General Questions Tutorials:
Question
Dot Image

Given the strings s1 and s2, not necessarily of the same length, create a new string consisting of alternating characters of s1 and s2 (that is, the first character of s1 followed by the first character of s2, followed by the second character of s1, followed by the second character of s2, and so on. Once the end of either string is reached, no additional characters are added. For example, if s1 contained "abc" and s2contained "uvwxyz", then the new string should contain "aubvcw". Assign the new string to the variable s3.

 

 Given the strings s1 and s2, not necessarily of the same length, create a new string consisting of alternating characters of s1 and s2 (that is, the first character of s1 followed by the first character of s2, followed by the second character of s1, followed by the second character of s2, and so on. Once the end of either string is reached, the remainder of the longer string is added to the end of the new string. For example, if s1 contained "abc" and s2 contained "uvwxyz", then the new string should contain "aubvcwxyz". Associate the new string with the variable s3.

Dot Image

Click chat on right side to get answer. Click on Chat
Whatsapp Lisa