Fonction de module mathématique () en python
>>> import math
>>> math.log(10, 1000)
0.33333333333333337
Outrageous Ostrich
>>> import math
>>> math.log(10, 1000)
0.33333333333333337