List Python Tutorial

x = [1, 1, 1]
x[1] = 2
print x