The second qn was comparatively easy There's a triangle opq where o is (0,0) p is (x1,y1) and q is (x2,y2) now 0<=x1,x2,y1,y2<=2500 . If I give n as input then n is between 0<25 ....if input is 2 cordinates would be between 0,1,2 ....the output is no. Of right angle triangle formed for input 1 output is 4 . Give a python code