Q42
What is the output of the given code? a=[["a","b"]] b=[["e","a"]] print a + b
A.
[["a", "b"], ["e", "a"]].
AnswerB.
[["2a", "b"], ["e"]].
C.
False
D.
Error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board