Metode filter JS di Python

list( filter((lambda x: x < 0), range(-10,5)))
Hungry Hedgehog