def new(l): return l%2==0 list(filter(new,range(4,31)))
please someone resolve this. I am getting a error that list object is not callable