You have already completed these exercises!
Do you want to take them again?
You completed the Python Concatenate Strings Exercises from W3Schools.com
Share on:
What is a correct syntax to merge variable x and y into variable z?
x
y
z
z = x, y
z = x = y
z = x + y