Vidyalelo
Python · Q86

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 86

Q86

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

A.
1
B.
9
C.
15
Answer
D.
Error

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board