Commit b5739de3 by BellCodeEditor

save project

parent 6a432cb9
Showing with 5 additions and 3 deletions
......@@ -11,6 +11,8 @@ dict_hero=('s':10,'y':21,'w':22,'d':29,'q':30)
for i in range(len(dict_hero)):
dict_hero.insert(i-1'name)
dict_hero.insert(i,power)
print(dict_hero)
print(dict_hero[d])
dict_hero['y']=114514
\ No newline at end of file
dict_hero['y']=114514
dict_hero['l']=1919810
if'w' in dict_hero
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