Python Numpy Example · # import NumPy module · import numpy as np · # define an array of numbers · array_nums = np.array([ 1, 4, 9, 16, 25 ]) · # use np.sqrt() ...
確定! 回上一頁