Função do módulo de matemática Log10 () no Python
>>> import math
>>> math.log10(10000)
4.0
Outrageous Ostrich
>>> import math
>>> math.log10(10000)
4.0