csc-python-solutions/07/b/8 - Gravity.py

3 lines
74 B
Python
Raw Normal View History

2021-02-18 17:53:49 +00:00
v = float(input())
print((v - (v**2 - 4 * -4.9 * 11000)**0.5) / 2 / -4.9)