Question: the list method reverse reverses the elements in the list. Define a function named reverse 1 that reverses the elements in its list argument. (

the list method reverse reverses the elements in the list. Define a function named reverse1 that reverses the elements in its list argument. (20 pts)
(Note 1: Do not use the reverse method.)
(Note 2: Do not use a_list[:: -1])
Ex)
Def reverse1(a_list):
a_list is a list object
# write your code here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!