You first import NumPy and then use the array() function to create an array. The array() function takes a list as an input. import numpy my_array = ...
確定! 回上一頁