dict = {"n": "n"} dict["a"], dict["b"] = "a", "b" dict["k"] = "k" dict["j"], c = "j", 4 dict["c"] = "c"