We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678dedb commit 20a579eCopy full SHA for 20a579e
maths/area.py
@@ -6,6 +6,7 @@
6
from math import pi, sqrt, tan
7
8
9
+# This function is calculating Sruface area
10
def surface_area_cube(side_length: float) -> float:
11
"""
12
Calculate the Surface Area of a Cube.
0 commit comments