Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
DictCreation_after.py
blob: 7b3f5088b6d7812d74cf6a8faad972fe6b1e0862 [
file
] [
log
] [
blame
]
dict
=
{
"n"
:
"n"
,
"a"
:
"a"
,
"b"
:
"b"
,
"k"
:
"k"
}
dict
[
"j"
],
c
=
"j"
,
4
dict
[
"c"
]
=
"c"