'''Define a Point3D class that inherits from object Inside the Point3D class, define an init() function that accepts self, x, y, and z, and assigns these numbers to the member variables ...