НK
Size: a a a
НK
ИМ
i
VA
i
ᅠ
ᅠ
А
class Row(list):
pass
class Column(list):
pass
class Cell:
def __init__(self, v):
self.value = v
display_id = Cell(1)
display = Row(Column(display_id))
chair = Row(Column(display_id))
print(display, chair)
display[0][0].value = 2
print(display, chair)
i
ᅠ
VA
script.py -r -34873
ᅠ
chrome-extension://sadasdjhajksdhas/panel/index.html
ᅠ
script.py -r -34873
БГ
script.py -r -34873
i
chrome-extension://sadasdjhajksdhas/panel/index.html
VA
ᅠ
VA
ᅠ