Commit 8103a71b by BellCodeEditor

save project

parent b3f8741e
Showing with 9 additions and 0 deletions
dict_hero={'猴三':10,'猴一':21,'猴五':29,'猴七':30}
print(dict_hero)
\ No newline at end of file
list_hero=['赵一',30,'丁一',37,'孙武',52]
dict_hero={'赵一':30,'丁一':37,'孙武':52}
print(len(list_hero))
print(len(dict_hero))
\ No newline at end of file
++ "b/\345\244\251\346\266\257\343\200\202py"
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