[Solved] Develop a function in python to generate and sum the following series
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…