Skip to content

Commit f33964a

Browse files
committed
Fix: added header comment to escape_velocity.py
1 parent 3c57056 commit f33964a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

physics/escape_velocity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import math
2-
2+
# Escape velocity calculator script
33
def escape_velocity(mass: float, radius: float) -> float:
44
"""
55
Calculates the escape velocity needed to break free from a celestial body's gravitational field.

0 commit comments

Comments
 (0)