mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-07 01:50:55 +00:00
Updated file according to pre-commit test
This commit is contained in:
parent
bc31e3fa71
commit
974e0a6e95
|
@ -15,7 +15,9 @@ For more info: https://en.wikipedia.org/wiki/Projectile_motion
|
|||
"""
|
||||
|
||||
# Importing packages
|
||||
from math import pi, sin, radians as angle_to_radians
|
||||
from math import pi
|
||||
from math import radians as angle_to_radians
|
||||
from math import sin
|
||||
|
||||
# Acceleration Constant on hearth (unit m/s^2)
|
||||
g = 9.80665
|
||||
|
|
Loading…
Reference in New Issue
Block a user