• + 0 comments

    Python 3

    def findPoint(px, py, qx, qy):
        # Write your code here
        return [2*qx-px, 2*qy-py]