Create 8 - Gravity.py

This commit is contained in:
Lukas Baumann 2021-02-18 18:53:49 +01:00 committed by GitHub
parent 3968e387c1
commit ef89326224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
07/b/8 - Gravity.py Normal file
View File

@ -0,0 +1,2 @@
v = float(input())
print((v - (v**2 - 4 * -4.9 * 11000)**0.5) / 2 / -4.9)