Commit 5699225d by BellCodeEditor

save project

parent 50605c3c
Showing with 7 additions and 0 deletions
dict_hero={'1':10,'2':21,'3':22,'4':29,'5':30}
print(dict_hero['4'])
dict_hero['5']=32
print(dict_hero)
dict_hero['6']=25
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