if newton(math.sin,math.cos,seed,1e-10,20) != None: roots.append(newton(math.sin,math.cos,seed,1e-10,20)[0]) iterations.append(newton(math.sin,math.cos,seed,1e-10,20)[