Module mathématique log10 () Fonction dans Python
>>> import math
>>> math.log10(10000)
4.0
Outrageous Ostrich
>>> import math
>>> math.log10(10000)
4.0