from timeit import default_timer as timer import numpy as np #1 先建立空的list再一一擺入元素 start = timer() #計時開始 for x in range(100): #重複做100次 j ...
確定! 回上一頁