Commit 330ceaca by BellCodeEditor

save project

parent afb9af0d
Showing with 1 additions and 1 deletions
...@@ -21,7 +21,7 @@ Q=input("要查询的") ...@@ -21,7 +21,7 @@ Q=input("要查询的")
if Q in dict_hero: if Q in dict_hero:
print("yes,it is") print("yes,it is")
else: else:
print("no,it isnit)
print(dict_hero) print(dict_hero)
dict_hero['猴速度']=45 dict_hero['猴速度']=45
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