We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Mathematics
- Fundamentals
- Find the Point
- Discussions
Find the Point
Find the Point
+ 0 comments You really brought the subject to life, and as someone who has always struggled with math, I can't tell you how much I appreciate that. Botpenguin
+ 0 comments The problem looks amazing. I think, simply focus on the problem and you can solve it easily. How can we use Find the point for fishing?
+ 0 comments the simplest way i found was to understand what happen in x and y axies separately, the math is simple this way
+ 0 comments def findPoint(lst): # Write your code here for i in lst: px, py, qx, qy = i rx = 2*qx - px ry = 2*qy - py print(rx,ry) list1=[(0,0,1,1),(1,1,2,2)] findPoint(list1)
+ 0 comments I have recently started a website for live football matches. Can anyone tell me how can i use, find the point solution in my website for live matches?
Load more conversations
Sort 349 Discussions, By:
Please Login in order to post a comment