Commit 842d3d69 by BellCodeEditor

save project

parent d092e879
Showing with 3 additions and 2 deletions
dict1={'name':"张三","age":18} dict1={'name':"张三","age":18}
print(dictl['name']) print(dict1['name'])
print(dictl['age']) print(dict1['age'])
dict1['age']=20 dict1['age']=20
print(dict1) print(dict1)
\ 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