jack06215
1/13/2019 - 8:09 AM

Reverse the order of a list

myList = ['d','l','r','o','w',' ','o','l','l','e','h']
print(list(reversed(myList)))