可以計算其中執行程式碼所用的平均時間。
import timeit print(timeit.timeit('a, b = 10, 20; a1 = a; a = b;')) 0.015125599999009864