Commit c7ef9d52 by BellCodeEditor

save project

parent a29ed693
Showing with 1 additions and 1 deletions
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
dict_hero={'给不给':20,'鱼一':80} dict_hero={'给不给':20,'鱼一':80}
print(dict_hero) print(dict_hero)
dict_hero['鱼一']=100 dict_hero['鱼一']=100
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