This website requires JavaScript.
Explore
Help
Register
Sign In
RyanMZ
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
python
/
2024-7-6-2.py
5 lines
94 B
Python
Raw
Permalink
Blame
History
score
=
{
'
小明
'
:
95
,
'
小红
'
:
90
,
'
小李
'
:
94
,
}
score
[
'
小明
'
]
=
100
score
[
'
Tom
'
]
=
60
print
(
score
)
Reference in New Issue
View Git Blame
Copy Permalink