Код: Выделить всё
type row = list(datum)
Код: Выделить всё
type row = [datum]
Код: Выделить всё
type row = [datum]
type table = [row]
type database = [table]
Подробнее здесь: https://stackoverflow.com/questions/330 ... -in-python
Код: Выделить всё
type row = list(datum)
Код: Выделить всё
type row = [datum]
Код: Выделить всё
type row = [datum]
type table = [row]
type database = [table]