Commit 1692a830 by BellCodeEditor

save project

parent 58aa35ec
Showing with 4 additions and 2 deletions
...@@ -13,4 +13,6 @@ else: ...@@ -13,4 +13,6 @@ else:
print(dict) print(dict)
data=dict.pop("农夫山泉") data=dict.pop("农夫山泉")
print(data) print(data)
print(dict) print(dict)
\ No newline at end of file for k,v in dict.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