Commit 3c3cf372 by BellCodeEditor

save project

parent c5ecda67
Showing with 2 additions and 1 deletions
......@@ -14,4 +14,5 @@ dict_hero= {
}
dict_hero["猴十"] = 25
dict_hero["猴三"] = 34
print(dict_hero)
if "猴四" in dict_hero:
print("猴四")
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