#Import cmath Library
import cmath
#print base-10 log value of complex numbers
print (cmath.log10(2+ 3j))
print (cmath.log10(1+ 2j))