Compare commits
2 Commits
ac260673ae
...
393db776e1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
393db776e1 | ||
|
|
48df268fa9 |
@@ -220,7 +220,7 @@ Watch what happens if you do the for-loop again:
|
||||
|
||||
```python
|
||||
>>> for n in squares:
|
||||
print(n)
|
||||
print(n)
|
||||
|
||||
>>>
|
||||
```
|
||||
@@ -291,7 +291,7 @@ False
|
||||
>>>
|
||||
```
|
||||
|
||||
Here is an subtle use of a generator expression in making comma
|
||||
Here is a subtle use of a generator expression in making comma
|
||||
separated values:
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user