python, Use class
Upload an original Python module that contains a class called Point,which models a point on a two- dimensional Cartesian plane. Your class should satisfy the following specifications: It should contain an_init_) method that takes two arguments representing the x and y coordinates of the point, respectively. This method should set two attributes,x and y, to the values passed in as arguments. It should contain a distance() method that takes one argument (another Point object), calculates
OR
OR