|
@ -532,7 +532,7 @@ def get_multiplier(a): |
|
|
#### Or: |
|
|
#### Or: |
|
|
```python |
|
|
```python |
|
|
from functools import partial |
|
|
from functools import partial |
|
|
<function> = partial(<function>, <arg_1> [, <arg_2>, ...]) |
|
|
|
|
|
|
|
|
<function> = partial(<function>, argument_1 [, argument_2, ...]) |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
```python |
|
|
```python |
|
|