removed pi

This commit is contained in:
Aviv Faraj 2021-09-06 13:59:46 -04:00 committed by GitHub
parent 2841c11da1
commit cea2deb0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ For more info: https://en.wikipedia.org/wiki/Projectile_motion
""" """
# Importing packages # Importing packages
from math import pi
from math import radians as angle_to_radians from math import radians as angle_to_radians
from math import sin from math import sin