Home > Enterprise >  Python, add sum of series with factorial
Python, add sum of series with factorial

Time:04-03

I need to write a python code for the following problem:

-Write functions to ask the user for a positive integer n and and integer x and display the sum of the series:

1

  • Related