How to define a two-dimensional array?

I want to define a two-dimensional array without an initialized length like this:

Matrix = [][]

But this gives an error:

IndexError: list index out of range

← Назад к списку