
I need help modifying this python code so that it creates thelist [1,100,3,98,5,96,…,99,0], where the odd terms are in orderand the even terms are in reverse order.
def list_rev (n): L = list (range (1,101)) for i in range(len (L)): print(L) Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .