Commit 59667b3e by BellCodeEditor

save project

parent ce6ff67f
Showing with 5 additions and 0 deletions
......@@ -2,3 +2,7 @@ dict_dfg={'猴三':10,'猴一':19,'猴队长':50}
print(dict_dfg['猴三'])
dict_dfg['猴队长']=32
print(dict_dfg)
dict_dfg['猴七']=21
print(dict_dfg)
dict_dfg['猴十']=25
print(dict_dfg)
\ 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