We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb4ebd commit d38f52cCopy full SHA for d38f52c
physics/time_period_simple_pendulum.py
@@ -32,6 +32,7 @@
32
"""
33
from scipy.constants import g
34
35
+
36
def time_period_simple_pendulum(length: float) -> float:
37
38
>>> time_period_simple_pendulum(1.23)
0 commit comments