# importing math module import math # logarithm with base 10 & negative number print(math.log10(-15))