0
meaning of the statement in the notes section:
What does the following statement means: "Python lacks the multidimensional arrays" please answer fast?
1 ответ
0
A multidimensional array is an array containing other arrays. That's 2d. If the arrays in the array also contain array, it's 3d and so on.