McqMate
| 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. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet