Q. What is the output of [1, 2] + [3, 4]?
Solution:
The + operator concatenates lists, resulting in [1, 2, 3, 4].
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
The + operator concatenates lists, resulting in [1, 2, 3, 4].
Strengthen Your Practice with our comprehensive question bank.