Metoda filtra JS w Pythonie
list( filter((lambda x: x < 0), range(-10,5)))
Hungry Hedgehog
list( filter((lambda x: x < 0), range(-10,5)))