Questions

How do I Reverse a List in Python?

banners

To reverse a list in Python, we have a built-in function known as reverse(). The reverse() function swaps the entire list of elements in the opposite order. For example –

                    
names = ['Sam', 'John', 'Jake', 'Bella', 'Ash']
names.reverse()
print(names)

Output

                    
['Ash', 'Bella', 'Jake', 'John', 'Sam']

Related Questions

Related Topics

Share with friends
image
image
Customize your course in 30 seconds

Which class are you in?

5th
6th
7th
8th
9th
10th
11th
12th
Get ready for all-new Live Classes!
Now learn Live with India's best teachers. Join courses with the best schedule and enjoy fun and interactive classes.
tutor
tutor
Ashhar Firdausi
IIT Roorkee
Biology
tutor
tutor
Dr. Nazma Shaik
VTU
Chemistry
tutor
tutor
Gaurav Tiwari
APJAKTU
Physics
Get Started
Customize your course in 30 seconds

Which class are you in?

No thanks.