Daftar terbalik Python

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