darinab

Untitled

Apr 2nd, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Define a function that returns the sum of the uneven numbers in a range.
  2.  
  3. Implementation detail:
  4.  
  5. - Solve using list comprehension in ONE line of code.
  6. - Solve using higher order functions in ONE line of code.
  7.  
Add Comment
Please, Sign In to add comment