sitting_list = [10,30,20,70,11,15,22,16,58,100,12,56,70,80] Now you want to organize the sitting arrangement of the students in your own way. You decide to sort all the students in the even indices of...


sitting_list = [10,30,20,70,11,15,22,16,58,100,12,56,70,80]

Now you want to organize the sitting arrangement of the students in your own way. You

decide to sort all the students in the even indices of the list in ascending order and all

the students in the odd indices of the list in descending order.

So, write a python program that organizes the list for you in this way.


Aug 30, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here