ShareCopy to ClipboardRawPreviewdef surface_area_cube(side_length): return 6 * side_length ** 2 Surface Area of Cube00HarigovindV10PythonSurfaceAreaCubeHGV Public CookbookFunction to compute the surface area of a cube.0 CommentsAdd CommentLog in to add a comment