Inter Leave Strings
Input
a,b,c
p,q,r
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?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment