From 00103b173c84a194b1aee51d42611c1fde716a50 Mon Sep 17 00:00:00 2001 From: luc Date: Thu, 10 Sep 2026 15:37:30 +0200 Subject: [PATCH] simulation.py: another update --- simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation.py b/simulation.py index 542b501..faa1fa3 100644 --- a/simulation.py +++ b/simulation.py @@ -1,7 +1,7 @@ # a funny python file # Simulation of a falling body on Earth -ACCELERATION_G = 10 # m/s^2 +ACCELERATION_G = 9.8 # m/s^2 TIME = 5.0 # seconds def calculate_displacement(g, t):