B
bobueland
I want to calculate f(0) + f(1) + ...+ f(100) over some function f
which I can change. So I would like to create a function taking f as
argument giving back the sum. How do you do that in Python?
which I can change. So I would like to create a function taking f as
argument giving back the sum. How do you do that in Python?