Commit 93afd9f6 by BellCodeEditor

save project

parent 502609b5
Showing with 8 additions and 0 deletions
dict_hore={'猴3':10,'猴1':21,'猴5':22,'猴队长':29,'猴7':30}
print(dict_hore)
print(dict_hore['猴队长'])
dict_hore['猴7']=32
print(dict_hore)
\ 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