Converts a string in the form “(real, imag)” into a complex type.
Example
>>> complexifyString("(1,2)") (1+2j)
>>> complexifyString(" ( 1 , 2 ) ") (1+2j)
Enter search terms or a module, class or function name.