0
What is functional programming?
I try to search but dont undersrand and tell how to do it in python
1 Answer
+ 4
functional is a type of programming where you make functions... of course, but you use these functions as building blocks for more and more complicated functions as a way of limiting lines of code. it works just fine, but it's usually harder to maintain larger programs.