How can I reverse a list in Python?

You can use in-built method reversed() to reverse a list in Python as shown in the below example –