List Python Tutorial

letterList = ['b', 'c', 'a', 'z', 'y', 'x']
letterList.reverse()
print letterList