update BOUNCE for python

Edited a comment to be more authoritative.
This commit is contained in:
Dave LeCompte
2021-03-05 08:30:18 -08:00
parent 26afc87d65
commit bd3cd74890

View File

@@ -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()