Commit d237567c by BellCodeEditor

save project

parent 9dde8905
Showing with 7 additions and 0 deletions
dict_hero = {'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
list_hero = ['猴三',10,'猴一',21,'猴五',22,'猴队长',29,'猴七',30]
print(dict_hero)
print(len(dict_hero))
print(list_hero)
print(len(list_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