Función Math Module Log10 () en Python
>>> import math
>>> math.log10(10000)
4.0
Outrageous Ostrich
>>> import math
>>> math.log10(10000)
4.0