import numpy as np my_array = np.array([[11,22,33],[44,55,66]]) print(my_array) print(type(my_array)). Run the code in Python, and you'll get the following ...
確定! 回上一頁