Commit bba19109 by BellCodeEditor

save project

parent b4089132
Showing with 4 additions and 4 deletions
drink={"农夫山泉":1,"可乐":3}
drink.pop("农夫山泉")
print(drink)
\ No newline at end of file
chengji={"语文":100,"数学":100,"英语":100}
for k,v in chengji.items():
print(k,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