def taylorExp(x,n):
import numpy as np import matplotlib.pyplot as plt #def taylorExp(x,n): if n <= 1: return 1 else: Tayser = 1 c = 1 whi