Commit 2bf28dd3 by BellCodeEditor

save project

parent 87be3438
Showing with 10 additions and 0 deletions
dict_num={"p":1,"q":2,"w":3}
print(dict_num["q"])
dict_num["w"]=5
print(dict_num)
dict_num["t"]=8
print(dict_num)
\ 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