python = { "year released": 2001, "creater":"Guido Van Rossum" } python.pop("year released") print(python)