Posts by l.martini • 13 points
1 post
-
1
votes2
answers5626
viewsQ: recursiveness to find odd numbers in a python list
I would like to know how to use Python recursion to make a function that traverses all the odd notes from a list and add them to a new list Tested the code I got a null output. I ran the Debugger…