在 Python 3.14 的函数中执行 locals()["count"] = 3 后会怎样?

来自 作用域与命名空间
Python 3.14 高级 1分钟

在 Python 3.14 的函数中执行 locals()["count"] = 3 后会怎样?

报告错误