Question #310873

Inter Leave Strings



Input


a,b,c


p,q,r

Expert's answer

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!

LATEST TUTORIALS
APPROVED BY CLIENTS