Commit 7aa114fe by BellCodeEditor

save project

parent 4a757a93
Showing with 6 additions and 5 deletions
list_hero=['赵一',30,'丁二',37] dict_hero={'侯三':10,'后裔':21,'后于':21}
dict_hero={'赵一':30,'丁二':37} print(dict_hero)
print(len(list_hero)) print (dict_hero['侯三'])
print(len(dict_hero)) dict_hero['后裔']=100
\ No newline at end of file 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