A
Q. What does the following code do?
Code:
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
y = [4, 5, 6]
z = x + y
- Correct Answer - Option(C)
- Views: 23
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.