Python 產生二維陣列方法(list). matrix=[] matrix.append([]) matrix.append([]) matrix[0].append(3) matrix[0].append(5) matrix[0].append(6)
確定! 回上一頁