tutorials/ComplexArithmetic/testing.py [131:139]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                               + format_cartesian(y)
                               + ") = "
                               + format_cartesian(expected)
                               + ", got "
                               + format_cartesian(actual))
        if msg != None:
            print(msg)
            return
    print("Success!")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tutorials/ComplexArithmetic/testing.py [191:199]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                               + format_cartesian(y)
                               + ") = "
                               + format_cartesian(expected)
                               + ", got "
                               + format_cartesian(actual))
        if msg != None:
            print(msg)
            return
    print("Success!")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



