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 5ce8b84 commit 5355651Copy full SHA for 5355651
maths/volume.py
@@ -7,7 +7,7 @@
7
8
from __future__ import annotations
9
10
-from math import pi, pow
+from math import pi
11
12
13
def vol_cube(side_length: float) -> float:
0 commit comments