Skip to content

Commit 52a3865

Browse files
committed
Random
1 parent a355a66 commit 52a3865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ lambda <argument_1>, <argument_2>: <return_value>
436436
<iter> = (x+5 for x in range(10)) # (5, 6, ..., 14)
437437
```
438438

439+
### Double Comprehension
439440
```python
440441
out = [i+j for i in range(10) for j in range(10)]
441442
```

0 commit comments

Comments
 (0)