Horizon Media interview question

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

Interview Answer

Anonymous

Oct 4, 2019

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