Commit 56324d0f by BellCodeEditor

save project

parent e38960d7
Showing with 2 additions and 1 deletions
...@@ -7,8 +7,9 @@ for i in range (len(list_hero)): ...@@ -7,8 +7,9 @@ for i in range (len(list_hero)):
list_hero.insert(i-1,Name) list_hero.insert(i-1,Name)
list_hero.insert(1,power) list_hero.insert(1,power)
print(dict_hero) print(dict_hero)
dict_hero=('fjrjrtj':1) dict_hero=('猴五':10000)
print(dict_hero) print(dict_hero)
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