Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Define a function that returns the sum of the uneven numbers in a range.
- Implementation detail:
- - Solve using list comprehension in ONE line of code.
- - Solve using higher order functions in ONE line of code.
Add Comment
Please, Sign In to add comment