did you check my post?
Also note that this
i.e.
Also note that this
def is_imag(self): a,b=self.real, self.imagwill return
None
which in turn in a boolean expression will always be evaluated to False
i.e.
if some_instance.is_imag():will always be False
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs