Commit aea3609a by BellCodeEditor

save project

parent ffa678ca
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ dict_hero={10:'猴三',21:'猴一',22:'猴五',29:'猴队长',30:'猴七'} ...@@ -13,7 +13,7 @@ dict_hero={10:'猴三',21:'猴一',22:'猴五',29:'猴队长',30:'猴七'}
dict['猴五']=99 dict['猴五']=99
if "猴队长" in dict_hero: if "猴队长" in dict_hero:
print("猴队长在家") print("猴队长在家")
else else:
print("猴队长吃桃子去了") print("猴队长吃桃子去了")
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