Answer to Question #300963 in Python for bhanu

Question #300963

String Concatenation

string concatenation program contains first line of input contains the string a, second line of input contains the string b, third line of input contains the string c and fourth line of input contains the string t

for example, we have a=mari , b=to, c=zzo, and t=1321.

concatenate these in the order a+c+b+a and print the resulting string: marizzotomari as the output.




1
Expert's answer
2022-02-22T01:10:32-0500

a = 'mari'


b = 'to'


c = 'zzo'


t = 1321


output = a + c + b + a


print(output)


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