496,131 views
30 votes
30 votes
In python, functions are treated as first-class data objects. what does this mean?

User VanLaser
by
2.8k points

1 Answer

18 votes
18 votes

Answer:

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

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

User Steve Hynding
by
2.8k points