Commit 58aa35ec by BellCodeEditor

save project

parent f97ae9f4
Showing with 5 additions and 2 deletions
...@@ -10,4 +10,7 @@ if a in dict: ...@@ -10,4 +10,7 @@ if a in dict:
print("6") print("6")
else: else:
dict[a]=int(b) dict[a]=int(b)
print(dict) print(dict)
\ No newline at end of file data=dict.pop("农夫山泉")
print(data)
print(dict)
\ 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