Commit 6ae0498e by BellCodeEditor

save project

parent 9dec7ac3
Showing with 6 additions and 0 deletions
dict_num={"q":1,"w":2,"e":3}
print(dict_num["q"])
dict_num["q"]=5
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