Q. The output of this Python code would be
Code:
sum(1,2,3) sum([2,4,6])
β
Correct Answer: (C)
Error, 12
sum(1,2,3) sum([2,4,6])
You must be Logged in to update hint/solution