Commit 6b30c627 by BellCodeEditor

save project

parent c4fa0e2d
Showing with 1 additions and 0 deletions
......@@ -5,4 +5,5 @@ power=int(input('你臂力多少啊?'))
dict_hero={"速度":40,"简单":60,"闪电":79}
print(dict_hero["简单"])
dict_hero["简单"]=70
dict_hero["sb"]=25
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