Removes the specified key from the specified dict and returns a copy of the updated object.
key
dict
Type of the specified dict object.
Object containing keys to omit.
Key in the object to omit.
Object dict with specified key omitted.
Removes the specified keys from the specified dict and returns a copy of the updated object.
keys
Keys in the object to omit.
Object dict with specified keys omitted.
Removes the specified
key
from the specifieddict
and returns a copy of the updated object.