Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android12-mainline-resolv-release
/
.
/
python
/
testData
/
mover
/
sameLevelAsDict_afterUp.py
blob: c4817e7a6474e0c5c0064e355b024f1739915997 [
file
] [
log
] [
blame
] [
edit
]
a
=
{
'c'
:
99999
}
print
"Hello, there."
print
a
[
'c'
]
a
=
{
'b'
:
1
,
'c'
:
2
}