Which capability follows from Python functions being first-class objects?
Explanation
A function object can participate in ordinary object operations such as assignment, argument passing, and returning from another function. Restricting references to the original function name would deny that first-class behavior.