-
Yagnesh a écrit
Seems like a typo, results in error: TypeError: 'int' object is not iterable. Fixing it: for i in len(population) -> for i in range(len(population))
493fd13a
Seems like a typo, results in error: TypeError: 'int' object is not iterable. Fixing it: for i in len(population) -> for i in range(len(population))