# Create a modified version of the Point class with threeattributes
# x, y, and z, representing a point in a 3D space.
# Include a modified __init__(), distance_from_origin()methods
# which extend from 2D to 3D naturally.
# Note that in 3D sqrt(x² + y² + z²) is the distance from theorigin.
# Upload the resulting class to Canvas
Expert Answer
An answer will be send to you shortly. . . . .