sum = [1-2/3+2/5-8/5+16/9..+((-1)^n)*2n/(2n+1) ]
def main(): n = int(input("Please enter a value for N:")) sum = 0 for i in range(0,n):