Funkcja modułu matematycznego log10 () w Python
>>> import math
>>> math.log10(10000)
4.0
Outrageous Ostrich
>>> import math
>>> math.log10(10000)
4.0