Fungsi Modul Matematika () dalam Python

>>> import math
>>> math.log(10, 1000)
0.33333333333333337
Outrageous Ostrich