@ScottHunter @juanpa.arrivillaga I gueseed l = [0,0] because I didn't return the list from f1. I think that l could be ['row', 'col'] in 2 situations: 1) When I've defined l globally and 2) when f1 returns a list and in f2, I have this line: l = f1(l)
l = [0,0]because I didn't return the list fromf1. I think thatlcould be['row', 'col']in 2 situations: 1) When I've definedlglobally and 2) whenf1returns a list and inf2, I have this line:l = f1(l)