+ 2
Are keys of a dictionary in python immutable? Can we change the keys??If yes, then How??
4 Antworten
+ 4
Sourya Banerjee
Key can't be modify. You can just remove or add new key. Values can be modify.
+ 3
Yes, I think they are. But you can remove a key and then add a new one.