Commit 9abac812 by BellCodeEditor

save project

parent 007be411
Showing with 4 additions and 1 deletions
......@@ -13,4 +13,7 @@ c={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
print(c)
print(c['猴一'])
c["猴一"]=25
c
print(c)
c['ss']=90
print(c)
if'猴七'in 30
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