Skip to content

Commit 20a579e

Browse files
committed
comment added
1 parent 678dedb commit 20a579e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/area.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from math import pi, sqrt, tan
77

88

9+
# This function is calculating Sruface area
910
def surface_area_cube(side_length: float) -> float:
1011
"""
1112
Calculate the Surface Area of a Cube.

0 commit comments

Comments
 (0)