Question #203

In Python, functions are first-class objects.

True! In Python, functions are first-class objects. This means that they can be assigned to variables, returned from other functions and passed into functions. Classes are also first-class objects. (dbader.org/blog/python-first-class-functions)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: