1
Quiz: Python 3.15 Preview: frozendict
This is an interactive quiz testing understanding of Python 3.15's new `frozendict` type. It covers how to build a frozen mapping, its hashability, and why it isn't a `dict` subclass.
Real Pythonrealpython.com1 min
