Skip to content

Commit 49f82b4

Browse files
committed
Random
1 parent 52a3865 commit 49f82b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

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

439-
### Double Comprehension
440439
```python
441440
out = [i+j for i in range(10) for j in range(10)]
442441
```

0 commit comments

Comments
 (0)