mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
update BOUNCE for python
Edited a comment to be more authoritative.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user