Commit a9f0944e by BellCodeEditor

auto save

parent 41f32961
Showing with 8 additions and 2 deletions
dict={'张三':50,'李四':70,'王五':30,'小明':46} dict={'张三':50,'李四':70,'王五':30,'小明':46}
\ No newline at end of file
dict['小刚'] = 25
# print(dict)
for i in dict:
print(dict[i])
\ 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