Commit 55c3dac8 by BellCodeEditor

auto save

parent 304ebce8
Showing with 4 additions and 2 deletions
......@@ -2,4 +2,7 @@ dict_hero={'哥谭噩梦':10,'杰哥':21,'人类高质量男性':22,'脚艺人':
print(dict_hero)
print(dict_hero['脚艺人'])
dict_hero['脚艺人']=32000000000
print(dict_hero)
\ No newline at end of file
print(dict_hero)
dict_hero['伞兵一号卢本伟']=100
if '人类高质量男性' in 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