Commit 12c8eb2c by BellCodeEditor

auto save

parent 92494285
Showing with 12 additions and 0 deletions
name={"张三":25,"李四":35,"赵悟":36,"周二":37}
print(name["李四"])
name["小明"]=16
print(name)
name["张三"]=50
print(name)
print(name["李四"])
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