Log in or register to post comments list.reverse(): This function reverses objects of list. For example: my_list = [1, 3, 5, 6] list.reverse(my_list) print(my_list) Tags Python Data Structure Interview Questions Python Interview Questions