Skip to content

Instantly share code, notes, and snippets.

@bee-san
Last active July 24, 2018 15:33
Show Gist options
  • Select an option

  • Save bee-san/5fbda953510d37bab948a2373f4626f0 to your computer and use it in GitHub Desktop.

Select an option

Save bee-san/5fbda953510d37bab948a2373f4626f0 to your computer and use it in GitHub Desktop.
x = range(-5, 5)
all_less_than_zero = list(map(lambda num: num * num, list(filter(lambda num: num < 0, x))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment