Posts by Lucas Bernardes • 23 points
1 post
-
2
votes2
answers123
viewsQ: Python functions + lists
When I try to create the function below I always get the first list value, it seems that it is not iterated. Someone could explain me why? Follows the code: novalista = [] def find_it(seq):…