Question: reverse ( ) method on DLL using python Testing reverse ( ) on DLList... Creating initial list: [ ' F ' , ' G '

reverse() method on DLL using python
Testing reverse() on DLList...
Creating initial list:
['F','G','H','I','J'] Size: 5
Created:
['F','G','H','I','J',] Size: 5
Reversing...
Reversed student list: ['J','I','H','G','F',]
Expected: ['J','I','H','G','F']
At index 3:
Your list stores element:
Must store element: G.
Test failed
reverse ( ) method on DLL using python Testing

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!