calculate the time of methods

python -m timeit -s "li = range(100)" "li.sort(reverse=True)"
posted @ 2017-03-12 23:40  idlewith  阅读(145)  评论(0)    收藏  举报