Commit b417fc86 by BellCodeEditor

save project

parent 2812d0e1
Showing with 4 additions and 4 deletions
goods={'可口可乐':3,'旺仔牛奶':4,'农夫山泉':1} score = {'语':91,'数'88,'英':85}
goods.pop("农夫山泉") for k,y in score.items():
print(goods) print(k,y)
\ No newline at end of file \ 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