Commit 9e520595 by BellCodeEditor

save project

parent cf6b5629
Showing with 3 additions and 0 deletions
......@@ -13,3 +13,5 @@ dict_hero={'1':1,'2':2,'3':3,'4':4,'5':5,'6':6,'7':7,'8':8}
dict_hero['1']=3
dict_hero['9']=9
print(dict_hero)
if '9' in dict_hero:
print('sb')
\ 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