# Introduction Function composition is a technique used in functional programming to combine two or more functions to form a new function. In Python, we can use the `functools.reduce()` function to perform right-to-left function composition.
Click the virtual machine below to start practicing