Commit ad4ce70b by BellCodeEditor

save project

parent e53cb4b8
Showing with 2 additions and 1 deletions
...@@ -16,4 +16,5 @@ c["猴一"]=25 ...@@ -16,4 +16,5 @@ c["猴一"]=25
print(c) print(c)
c['ss']=90 c['ss']=90
print(c) print(c)
if'猴七'in 30 if '猴七' in c:
print(c['猴七'])
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