載入numpy模組import numpy as np if __name__ == "__main__": # 以列表來建立numpy陣列l1 = [12, 14, 0, 5, 23] a1 = np.array(l1) l2 = [17, -5, 28, 5, ...
確定! 回上一頁