Examveda

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

A. Reverses the order of elements in the list or tuple

B. Removes the last element

C. Deletes the list or tuple

D. Adds an element to the list or tuple

Answer: Option A


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python