Commit 0f4ff96d by BellCodeEditor

save project

parent d493987b
Showing with 5 additions and 1 deletions
a={'爱坤':100,'野猪佩奇':2000,'野羊苏吸':9999} a={'爱坤':100,'野猪佩奇':20,'野羊苏吸':9999}
print(a)
print(a['野羊苏吸'])
a['爱坤']=9999999999
print(a) 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