Commit c622f4b9 by BellCodeEditor

save project

parent 2a49d6cb
Showing with 5 additions and 2 deletions
a={'1':3,'2':4,'3':1,'2':3}
a.pop('1')
print(a)
\ No newline at end of file
a={'北京':8,'上海':15,'肛周':20,'111':21}
x=a.pop('北京')
print(a)
print(x)
\ No newline at end of file
print(x)
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