|
|
|
|
|
by lalaithion
420 days ago
|
|
The first item yielded from ints() is 1. For the second item, we grab the first item from ints(), and then apply the map operation, and 1+1 is 2. For the third item, we grab the second item from ints(), and then apply the map operation, and 1+2 is 3. |
|