Commit 742ede85 by BellCodeEditor

save project

parent a12c8c82
Showing with 5 additions and 3 deletions
dict_hero = {'10':120,'12':3,'30':4}
dict_hero['12'] = 60
print(dict_hero['12'])
\ No newline at end of file
dict_hero['29'] = 6
if '12' in dict_hero:
dict_hero['20'] = 3
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