标签: python timing timeit
我运行timeit模块如下: -
timeit
%timeit j2j.convert(input, rules)
将输出返回为
10000 loops, best of 3: 66.3 µs per loop
return语句是什么意思?