2. What are complex numbers ? How would Python represent a complex number with real part as 3 and imaginary part as – 2.5 ?

A complex number is a number having a real part and an imaginary part and is of the form a + bi where ‘i’ is called iota and is equal to the square root of -1.

3 – 2.5j