Commit bfa58eac by BellCodeEditor

save project

parent 81b3a365
Showing with 3 additions and 1 deletions
c={"张三":21,'李四':28,'王五':35,'赵六':41,'梁七':49} c={"张三":21,'李四':28,'王五':35,'赵六':41,'梁七':49}
c['梁七']=50 print(c['梁七'])
c['梁七']=40
print(c) print(c)
\ 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