import numpy as np a = np.array([[1,2,3], [4,5,6]]) # Use numpy Convert the list into a matrix , You can use numpy Accelerate Computing ...
確定! 回上一頁