0
Find the error if any...
I want to print middle elements in a list in reverse order 5 3 1 2 3 4 5 Output: 4 3 2 But it says no output https://code.sololearn.com/cQUCWtU7l85U/?ref=app
1 Answer
I want to print middle elements in a list in reverse order 5 3 1 2 3 4 5 Output: 4 3 2 But it says no output https://code.sololearn.com/cQUCWtU7l85U/?ref=app