Commit b26a3233 by BellCodeEditor

save project

parent 91fb23f7
Showing with 3 additions and 0 deletions
......@@ -2,4 +2,6 @@ a={'爱坤':100,'野猪佩奇':20,'野羊苏吸':9999}
print(a)
print(a['野羊苏吸'])
a['爱坤']=9999999999
print(a)
a['宙斯']=99
print(a)
\ 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