Home / Programming MCQs / Python MCQs / Question

P

Parvesh Kanani • 2.84K Points
Extraordinary

Q. The output of this Python code would be

Code:
sum(1,2,3)
sum([2,4,6])
(A) 6, 12
(B) Error, Error
(C) Error, 12
(D) 6, Error

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.