공부
[Python] delete element in map by key `del map[key]`
승가비
2021. 12. 9. 13:45
728x90
https://stackoverflow.com/questions/5844672/delete-an-element-from-a-dictionary
Delete an element from a dictionary
Is there a way to delete an item from a dictionary in Python? Additionally, how can I delete an item from a dictionary to return a copy (i.e., not modifying the original)?
stackoverflow.com
728x90