Content deleted Content added
Line 69:
{{main|currying}}
Currying is transforming a function from multiple inputs to fewer inputs (in this case [[integer division]]).
<source lang="python">
|
Line 69:
{{main|currying}}
Currying is transforming a function from multiple inputs to fewer inputs (in this case [[integer division]]).
<source lang="python">
|