I am trying to make a python list of anonymous functions as such:
funcs = [lambda x: x+i for i in range(3)]
this should have the same effect