Question: Important note: - the problem should be solved only using python 3 .Define a class called Complex. This class should have two attributes: a real
Important note: - the problem should be solved only using python 3

.Define a class called Complex. This class should have two attributes: a real number part, a; and an imaginary part, b. Both real and imaginary parts are assumed to be of type float or type int. Define a constructor for this class (i.e., the-init-() method). o Define a str method and arepr method. The strmethod should return a string representation of the Complex object in the form ofa biwhere a and b are the attributes of the Complex object. ' If either a orb are zero, then that part should not be included (eg., 4i). Ifb
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
