In a Python 3.14 function, what happens after locals()["count"] = 3?

from Scope and namespaces
Python 3.14 advanced 1 min

In a Python 3.14 function, what happens after locals()["count"] = 3?

Report an error