python/2024-7-6-2.py

5 lines
94 B
Python
Raw Normal View History

score={'小明':95,'小红':90,'小李':94,}
score['小明']=100
score['Tom']=60
print(score)