Mathemodul log10 () Funktion in Python
>>> import math
>>> math.log10(10000)
4.0
Outrageous Ostrich
>>> import math
>>> math.log10(10000)
4.0