❯ python -m timeit 
-s 'import math' 'math.log10(99999999)'
10000000 loops, best of 3: 0.108 usec per loop
여기서 math 모듈을 im...