121k views
1 vote
In python, functions are treated as first-class data objects. what does this mean?

User Zenja
by
5.2k points

1 Answer

1 vote

Answer:

its because python support 3 major concept Procedural, Functional, Object Oriented(OOP).

by use of functional we can pass arguments,return value.

User Yesennes
by
5.0k points