Commit c4ce3648 by BellCodeEditor

save project

parent 5b8ce8af
Showing with 2 additions and 0 deletions
...@@ -13,3 +13,5 @@ dict_hero={'kevin':20,'sam':30,'jam':40,'fenck':50} ...@@ -13,3 +13,5 @@ dict_hero={'kevin':20,'sam':30,'jam':40,'fenck':50}
print(dict_hero) print(dict_hero)
dict_hero['kevin']=100 dict_hero['kevin']=100
print(dict_hero) print(dict_hero)
if 'kevin' 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