Exemple #1
0
def list2obj(s):
    for x in range(0, 9):
        for y in range(0, 9):
            s[x][y] = Slist(s[x][y], x, y)