List Python Tutorial

x = [4, 6, 2, 1, 7, 9]
x.sort(reverse=True)
print x