Commit fc694c89 by BellCodeEditor

save project

parent d6189b97
Showing with 12 additions and 1 deletions
a_dict={"a":1,"b":2,"c":3}
print(a_dict["a"])
a_dict["b"]=20
a_dict["d"]=4
print(a_dict)
\ No newline at end of file
a_dict={"a":1,"b":2,"c":3}
a_dict={"a":1,"b":2,"c":3}
print(a_dict["a"])
\ No newline at end of file
...@@ -16,5 +16,6 @@ print(dict_hero) ...@@ -16,5 +16,6 @@ print(dict_hero)
print(dict_hero['猴队长']) print(dict_hero['猴队长'])
dict_hero['猴七']=32 dict_hero['猴七']=32
dict_hero['猴十']=25 dict_hero['猴十']=25
print(dict_hero) print(dict_hero
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