标签: python python-3.x dictionary immutability
由于其键和值功能,我需要在python中创建一个immutable dictionary。我想确保我的数据永远不会改变。我找不到任何内置功能。有什么建议吗?
immutable dictionary