Skip to content

Commit 7475b3a

Browse files
committed
Closure
1 parent 8dcec4e commit 7475b3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -508,12 +508,6 @@ from functools import partial
508508
partial(<function>, <arg_1> [, <arg_2>, ...])
509509
```
510510

511-
```python
512-
>>> multiply_by_3 = partial(lambda a, b: a*b, 3)
513-
>>> multiply_by_3(10)
514-
30
515-
```
516-
517511

518512
Decorator
519513
---------

0 commit comments

Comments
 (0)