logo CodeStepByStep logo

generate_odds

Language/Type: Python functional programming generators

Write a function named generate_odds that returns a generator expression that will generate all the odd numbers between 0 and 20.

Use Python's functional programming constructs to implement your function. Do not use any loops or recursion in your solution.

Function: Write a Python function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.