Commit 1c6082b2 by BellCodeEditor

save project

parent 416a4940
Showing with 5 additions and 0 deletions
dict_hou = {'猴队长':20,'猴7':30}
print(dict_hou['猴队长'])
dict_hou['猴7']=32
print(dict_hou)
\ No newline at end of file
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