Commit 892beb54 by BellCodeEditor

save project

parent a111893c
Showing with 3 additions and 3 deletions
list_hero={'猴一',10,'猴二',21,'猴三',22,'猴队禅',29,'猴七',30} #list_hero=['猴一',10,'猴二',21,'猴三',22,'猴队禅',29,'猴七',30]
dict_hero = {'猴一':10,'猴二':21,'孙三':22,'猴队禅':29,'猴七':30} dict_hero = {'猴一':10,'猴二':21,'孙三':22,'猴队禅':29,'猴七':30}
print(len(list_hero)) #print(len(list_hero))
print(len(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