Q. What is the output of the following program : print((1, 2) + (3, 4))
β
Correct Answer: (C)
(1, 2, 3, 4)
You must be Logged in to update hint/solution