Compare commits
No commits in common. "fe077dfc0287b1a1150ccfbd1b8c649ce07fd40b" and "00103b173c84a194b1aee51d42611c1fde716a50" have entirely different histories.
fe077dfc02
...
00103b173c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# a funny python file
|
||||
|
||||
# Simulation of a falling body on Earth
|
||||
ACCELERATION_G = 9.80665 # m/s^2
|
||||
ACCELERATION_G = 9.8 # m/s^2
|
||||
TIME = 5.0 # seconds
|
||||
|
||||
def calculate_displacement(g, t):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue