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?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to