Answer to Question #310873 in Python for Fe 3

Question #310873

Inter Leave Strings



Input


a,b,c


p,q,r

1
Expert's answer
2022-03-17T06:42:18-0400
string1 = 'abc'
string2 = 'pqr'
  
res = "".join(i + j for i, j in zip(string1, string2))
      
print(str(res))
apbqcr

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS