We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca82ab2 commit f069399Copy full SHA for f069399
maths/area.py
@@ -6,6 +6,7 @@ def circle_area(radius: float) -> float:
6
0.0
7
"""
8
import math
9
+
10
return math.pi * radius * radius
11
12
0 commit comments