simulation.py: another update
This commit is contained in:
parent
188855e5d2
commit
00103b173c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# a funny python file
|
# a funny python file
|
||||||
|
|
||||||
# Simulation of a falling body on Earth
|
# Simulation of a falling body on Earth
|
||||||
ACCELERATION_G = 10 # m/s^2
|
ACCELERATION_G = 9.8 # m/s^2
|
||||||
TIME = 5.0 # seconds
|
TIME = 5.0 # seconds
|
||||||
|
|
||||||
def calculate_displacement(g, t):
|
def calculate_displacement(g, t):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue