Question

What does the following code do? x = [1, 2, 3] y = [4, 5, 6] z = x + y

A Multiplies the elements of x and y together
B Adds the elements of x and y together
C Concatenates the elements of x and y together
D Subtract the elements of x and y together
E None of these
Practice Next

Hey! Ask a query