Commit edb66744 by BellCodeEditor

save project

parent b24d5ceb
Pipeline #6624 failed in 0 seconds
Showing with 4 additions and 0 deletions
...@@ -2,3 +2,6 @@ list_hero=['赵一',30,'丁二',37,'孙五',52] ...@@ -2,3 +2,6 @@ list_hero=['赵一',30,'丁二',37,'孙五',52]
dict_hero={'赵一',30,'丁二',37,'孙五'52} dict_hero={'赵一',30,'丁二',37,'孙五'52}
dict_hero['赵一']=69 dict_hero['赵一']=69
print(dict_hero['赵一']) print(dict_hero['赵一'])
for '赵一'in dict_hero:
print('赵一')
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