Mathematikmodul log () Funktion in Python
>>> import math
>>> math.log(10, 1000)
0.33333333333333337
Outrageous Ostrich
>>> import math
>>> math.log(10, 1000)
0.33333333333333337