Commit 8b3d0aa4 by BellCodeEditor

save project

parent da5a6848
Showing with 4 additions and 3 deletions
dict_hero={"jj":6,"ww":7} dict_name={}
dict_hero["jj"]=4 dict_name["kk"] = 50
print(dict_hero["jj"]) print(dict_name)
\ 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