self.real=int(input("Enter real number : ")) #How to read real and imag self.imag=int(input("Enter imag number : ")) def _str_(self): if self.imag>=0: #How to return real and imag in the form of 3 + ...
self.real=int(input("Enter real number : ")) #How to read real and imag self.imag=int(input("Enter imag number : ")) def _str_(self): if self.imag>=0: #How to return real and imag in the form of 3 + ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results