We can use the print statement to print the numpy array items. import numpy as np arr = np.array([15, 20, 40, 78, 50, 99, 248, 122]) print(" ...
確定! 回上一頁