Question:

Full form / Fill in the blanks:
The ....... method reverses the current order of the elements in the list.

Show Hint

The `reverse()` method in Python reverses the elements in a list in place. It does not return a new list.
Updated On: Jan 9, 2026
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Step 1: Understanding the question.
The question asks for the method used to reverse the order of elements in a list in Python. The `reverse()` method is used for this purpose.
Step 2: Conclusion.
The correct answer is Reverse, as the `reverse()` method reverses the elements in a list.
Was this answer helpful?
0
0