import numpy as np import time list_array = list(range(int(1e6))) # 10 的6次方 start_time = time.time() python_array = [val * 5 for val in ...
確定! 回上一頁