Examveda

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

A. Reverses the order of elements in the list

B. Removes the last element

C. Deletes the list

D. Adds an element to the list

Answer: Option A


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python