4
Size: a a a
4
J
J
B[
B[
J
J
SS
for table in tables:
for row in table:
for column in row:
Code...
for table, row, col in itr(tables):
code...
J
for table in tables:
for row in table:
for column in row:
Code...
for table, row, col in itr(tables):
code...
J
J
SS
B[
J
J
SS
J
B[
J