Example 1: 2d array python array = [[value] * lenght] * height //example array = [[0] * 5] * 10 print(array) Example 2: two dimensional array python ...
確定! 回上一頁