Quiz: Functional Programming in Python: When and How to Use It
Interactive Quiz ⋅ 10 Questions
By Martin Breuss
Copied!
Happy Pythoning!
In this quiz, you’ll test your understanding of
Functional Programming in Python.
By working through this quiz, you’ll revisit the functional programming paradigm, the concept of functions as first-class citizens in Python, the use of the lambda
keyword, and how to implement functional code using map()
, filter()
, and reduce()
.