Commit 9affd158 by BellCodeEditor

save project

parent bf50eca7
Showing with 5 additions and 0 deletions
......@@ -12,5 +12,10 @@ print(list_hero)
'''
# 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典
dict_hero={'刘睿轩':100,'史智赛':99,'马浩俊':100,'孙松青':98}
print(dict_hero)
print(len(dict_hero))
dict_hero['史智赛']=100
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