[Solved] Develop a function in python to generate and sum the following series
![[Solved] Develop a function in python to generate and sum the following series [Solved] Develop a function in python to generate and sum the following series](https://realcoder.techss24.com/wp-content/uploads/2022/07/Solved-Develop-a-function-in-python-to-generate-and-sum-the-following-series.png)
Develop a function in python to generate and sum the following series x+x*y+(x*y)2+(x*y)3++(x)n Supply x, y, n as inputs to the function. Do not use any library functions, use loops and other basic structures. Output: Enter the first number: 1…