mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
5 lines
215 B
Python
5 lines
215 B
Python
<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" |