You are viewing a single comment's thread. Return to all comments →
Python 3
def findPoint(px, py, qx, qy): # Write your code here return [2*qx-px, 2*qy-py]
Seems like cookies are disabled on this browser, please enable them to open this website
Find the Point
You are viewing a single comment's thread. Return to all comments →
Python 3