python = { "year released": 2001, "creater":"Guido Van Rossum" } print(python) python["year released"] = 1991 print(python)