Função do módulo de matemática () em python
>>> import math
>>> math.log(10, 1000)
0.33333333333333337
Outrageous Ostrich
>>> import math
>>> math.log(10, 1000)
0.33333333333333337