Posts by Pmsmm • 13 points
2 posts
-
1
votes1
answer88
viewsQ: Series using recursiveness
I’m trying to make a show x^(n)/n! but although it seems simple I have a constraint that is: It has to be a recursive function. What I’ve got so far that I don’t even know if it’s right is this::…
-
0
votes1
answer132
viewsQ: Recursion in Python
I am trying to make a recursive function in Python that is not assigning me the correct results and when I try to change it it always happens stack overflow. This is my code: def sublistas(lista):…