Vidyalelo
Python · Q18

MCQs on Python Tuples: Exam

Programming · Python · question 18

Q18

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

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

Answer: Option A

Solution

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