Created
July 23, 2018 15:45
-
-
Save bee-san/8ffc6f81e86ecf97e3b03bbea2eae9c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x = range(-5, 5) | |
| all_less_than_zero = [num * num for num in x if num < 0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment