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



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



