Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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"