# Import cmath Library
import cmath
#Return the tangent of a complex number
print (cmath.tan(2 + 3j))