From bd3cd748903c9a0ed0d3aa8162153a6eb5149918 Mon Sep 17 00:00:00 2001 From: Dave LeCompte Date: Fri, 5 Mar 2021 08:30:18 -0800 Subject: [PATCH] update BOUNCE for python Edited a comment to be more authoritative. --- 13 Bounce/python/bounce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13 Bounce/python/bounce.py b/13 Bounce/python/bounce.py index 702f7687..3ab7411c 100644 --- a/13 Bounce/python/bounce.py +++ b/13 Bounce/python/bounce.py @@ -51,7 +51,7 @@ def print_at_tab(line, tab, s): def run_simulation(delta_t, v0, coeff_rest): - t = [0] * 20 # time of each bounce? + t = [0] * 20 # time of each bounce print("FEET") print()