List Python Tutorial

x = [1, 2, 3]
x.reverse()
print x