Generator/Exponential: Difference between revisions

Content added Content deleted
(Tidy up the task description)
m (drop plural)
Line 9: Line 9:
# Create a new generator that filters all cubes from the generator of squares.
# Create a new generator that filters all cubes from the generator of squares.
# Drop the first 20 values from this last generator of filtered results then show the next 10 values
# Drop the first 20 values from this last generator of filtered results then show the next 10 values
Note that this tasks ''requires'' the use of generators in the calculation of the result.
Note that this task ''requires'' the use of generators in the calculation of the result.


'''See also'''
'''See also'''