Posts by Valter Franco • 1 point
1 post
-
0
votes1
answer35
viewsA: Doubt of lists python3 Conway Game of Life
Try to use: lixta = list(l) Instead of : lixta=l.split(" ")
python-3.xanswered Valter Franco 1
1 post
0
votes1
answer35
viewsTry to use: lixta = list(l) Instead of : lixta=l.split(" ")