Program to find the distance of a point from the origin
A point identified by the co-ordinates x,y is at a distance from the origin identified by the co-ordinates 0,0. Let’s write a Python program to find the distance of a point from the origin. How to find the distance of a point from the origin? The distance between a given point (x,y) from the origin... » read more