Use the timeit module in python for testing timings. from copy import * a=range(1000) def cop(): b=copy(a) def func1(): b=list(a) def ...
確定! 回上一頁