blob: 7044ac47fe81d77c180c0f500e9bbb6f3c7e8c97 [file] [log] [blame]
<caret><weak_warning descr="This dictionary creation could be rewritten as a dictionary literal">dict = {"n": "n"}</weak_warning>
dict["a"], dict["b"] = "a", "b"
dict["k"] = "k"
dict["j"], c = "j", 4
dict["c"] = "c"