Commit db5ec2aa by BellCodeEditor

save project

parent fad2356a
Showing with 4 additions and 2 deletions
...@@ -2,4 +2,6 @@ dict_hero={'一':10,'三':12} ...@@ -2,4 +2,6 @@ dict_hero={'一':10,'三':12}
print(dict_hero) print(dict_hero)
printdict_hero['1'] printdict_hero['1']
dict_hero['3']=32 dict_hero['3']=32
print(dict_hero) print(dict_hero)
\ No newline at end of file dict_hero['4']=25
printdict_hero
\ 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