If I have an (x,y) coordinate e.g. (1,4)
how can I check if it matches a coordinate in another set of randomly generated coordinates e.g. [(3,5),(7,3),(6,9),(1,4)]
?
I have tried lots of different ways and keep getting error messages. TIA for any advice.