Commit 5a76d1cc by BellCodeEditor

save project

parent edd64bf3
Showing with 6 additions and 2 deletions
...@@ -12,5 +12,8 @@ ...@@ -12,5 +12,8 @@
dict_hero={"TT":10,"CC":20,"TC":30} dict_hero={"TT":10,"CC":20,"TC":30}
dict_hero["yy"]=40 dict_hero["yy"]=40
if "uu" in dict_hero: k=input(请问找shui)
print(dict_hero) if k in dict_hero:
print("tczhz")
else:
print("sb")
\ 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