Commit 7e93d381 by BellCodeEditor

save project

parent 61086d62
Showing with 6 additions and 3 deletions
...@@ -3,5 +3,8 @@ dict_hero={'sb野就先':250,'cf':46} ...@@ -3,5 +3,8 @@ dict_hero={'sb野就先':250,'cf':46}
print(dict_hero) print(dict_hero)
dict_hero['sb郁金香']=234 dict_hero['sb郁金香']=234
print(dict_hero) print(dict_hero)
if '叶俊向' in dict_hero: sb=input("在?")
print("大傻逼在") if sb in dict_hero:
\ No newline at end of file print("大傻逼在")
else:
print("不在")
\ 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