Buildin Function Python Tutorial

print range(-5, 5)
print filter((lambda x: x > 0), range(-5, 5))