Q.

Suppose list1 is [1, 5, 9], what is sum(list1)?

A. 1
B. 9
C. 15
D. error
Answer» C. 15
Explanation: sum returns the sum of all elements in the list.
1.6k
0
Do you find this helpful?
16

Discussion

No comments yet