Page 15 - PYTHON-11
P. 15

Program         9:     WAP       to     print      the      sum       of     the     series
                             1+x1/1!+x2/2!+…….xn/(n)!- exponential series.



               Code:




























               ********Output of the program********
   10   11   12   13   14   15   16   17   18   19   20