Commit d35593a2 by BellCodeEditor

save project

parent a02524ae
Showing with 5 additions and 0 deletions
......@@ -15,3 +15,7 @@ dict_hero={1:2,3:4,5:6,7:8}
print(dict_hero[1])
dict_hero[1]=9
print(dict_hero)
dict_hero[9]=0
print(dict_hero)
if 1 in dict_hero:
print(dict_hero[1])
\ 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