Liste inverse Python
myList = [1,2,3,4]
myList = myList[::-1]
Anxious Aardvark
myList = [1,2,3,4]
myList = myList[::-1]