1.

What is the output of the following code? >>> a=(2,3,4) >>> sum(a,3)

A. What is the output of the following code? >>> a=(2,3,4) >>> sum(a,3)
B. The method sum() doesn’t exist for tuples
C. 12
D. 9
Answer» D. 9


Discussion

No Comment Found