Vidyalelo
Python · Q28

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 28

Q28

What is the purpose of the reverse() method for lists?

A.
Reverses the order of elements in the list
Answer
B.
Removes the last element
C.
Deletes the list
D.
Adds an element to the list

Answer: Option A

Solution

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