Horizon Media interview question

What does it mean that functions are first class in Python.

Interview Answer

Anonymous

4 Oct 2019

Functions are objects in Python and can be passed as arguments to other functions.