List Python

L = ['Already', 'got', 'one']
L[1:] = []
print L
L[0] = []
print L