Python complex() Function
Python provides a built-in function called complex() to handle complex numbers. A complex number consists of a real part and an imaginary part, represented in the form: a + bjWhere, a is the real partb is the imaginary partj is the imaginary unit, which is equal to the square root of -1python uses '