Commit 67c48003 by BellCodeEditor

save project

parent a94d679b
Showing with 6 additions and 0 deletions
dict={'sun':10000,'ice':-300}
print(dict)
val=dict.pop('ice')
print(dict)
print(val)
\ 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