Articles → Python → Math.Log10 Function In Python
import math print ("Natural logarithm of 14 is : ", math.log10(14))
Query/Feedback