2925 . 单选题

在下面的Python代码中,最后一行用于输出小于0的list,横线处不能填入的代码是

def LT(a, b):
    return a < b

lstData = list(range(-100, 100))
print(___________________________)