Posts by Guilherme Borba Neumann • 3 points
1 post
-
0
votes1
answer148
viewsQ: Tuples: index out of range - recursion
I have a problem with index out of range in my tuple. The purpose of the code is to create a recursive function that finds a substring inside a tuple with elements of any kind. Someone could help me…