Commit c0260b90 by BellCodeEditor

auto save

parent 502609b5
Showing with 7 additions and 0 deletions
dict={'张三':50,'李四':70,'王五':30,'小明':46}
#提取王五的臂力值
print(dict['王五'])
#值的修改
dict['王五']=32
print(dict)
\ No newline at end of file
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