Commit 96d072a2 by BellCodeEditor

save project

parent a3ffe3f1
Showing with 5 additions and 0 deletions
...@@ -3,3 +3,7 @@ dict_hero = {'赵人':13,'丁二':37,'孙五':52,'王猛':89,'周亮':98} ...@@ -3,3 +3,7 @@ dict_hero = {'赵人':13,'丁二':37,'孙五':52,'王猛':89,'周亮':98}
print(dict_hero['赵人']) print(dict_hero['赵人'])
dict_hero['赵人'] = 9999999999999999999999999999999999999999999 dict_hero['赵人'] = 9999999999999999999999999999999999999999999
print(dict_hero) print(dict_hero)
if '赵人' in dict_hero:
print(dict_hero['赵人'])
dict_hero['你爹'] = 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
print(dict_hero)
\ 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