I\'m trying to make a program to calculate Pi with the Gauss-Legendre series. This is my code:
def galpi(n,p): a = 1 b