You will be given a list of tuples where each tuple indicates a point i.e. (x, y) in a 2-dimensional coordinate system. you need to write a python program to find the minimum distance and the point that is closest to the origin i.e. (0,0)



Answer :

Other Questions