I need help to construct a python program!
Ok so I have to write a code that solves binomial coefficients with the following formula. What it basically says is the same as the sum from j to i, just that it multiplicates. This is a generalization of the binomial theorem.
So do anyone have a good idea of how to write a python code that uses this formula to print out binomial coefficients. The variables are n and i. Formula below: