Dictionary Python Tutorial

d = {'x': 1, 'y': 2}
d.pop('x')
print d