import numpy as np from numpy.core.fromnumeric import var def calculate(list): try: #Make the list into an NumPy Array list = np.array(list) ...
確定! 回上一頁