Commit d1e3feb6 by BellCodeEditor

auto save

parent 004ad4ab
Showing with 4 additions and 4 deletions
dict={'农夫山泉':3,'可乐':4}
dict.pop('农夫山泉')
print(dict)
\ No newline at end of file
dict={'Chi':91,'mat':88,'Eng':85}
for v in dict.values()():
print(v)
\ 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