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.