Commit a1d4a035 by BellCodeEditor

save project

parent 52f2e5ed
Showing with 3 additions and 5 deletions
list=['张三',30,'李四',37,'王五',52]
dict={'张三':30,'李四':37,'王五':52}
print(len(list)) dict={'张三':30,'李四':37,'王五':52}
print(len(dict)) dict['李四']=80
\ No newline at end of file print(dict)
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