Commit c2853d5a by BellCodeEditor

auto save

parent 6bdc4dd8
Showing with 2 additions and 2 deletions
......@@ -4,5 +4,5 @@ goods.pop("农夫山泉")
print(goods)
"""
a={"语文":131,"数学":147,"英语":149}
for i in a:
print(i)
for i,j in a.items():
print(i,j)
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