Commit 4d8a43c6 by BellCodeEditor

save project

parent 205a6942
Showing with 5 additions and 3 deletions
dict_hou = {'猴队长':20,'猴7':30}
dict_hou = {'猴队长':20,'猴7':30,'猴10':25}
print(dict_hou['猴队长'])
dict_hou['猴7']=32
print(dict_hou)
\ No newline at end of file
print(dict_hou)
dict_hor['猴10']=25
print(dict_hor)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment