A computer blog as colorful as Lapskaus ingredients ...
def test(): "Stupid test function" L = [] for i in range(100): L.append(i) if __name__=='__main__': from timeit import Timer t = Timer("test()", "from __main__ import test") print t.timeit()
Post a Comment
No comments:
Post a Comment