diff options
Diffstat (limited to 'rocket.py')
-rw-r--r-- | rocket.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rocket.py b/rocket.py index 962678b..fb8ea7c 100644 --- a/rocket.py +++ b/rocket.py @@ -37,5 +37,7 @@ class Rocket(): def s_drag_coefficient(self): return self.top_stage().drag_coefficient + #TODO: IMPLEMENT rocket_x_drag_coefficient() that adds the x drag coefficient of all stages, same with cross sectional area + def __str__(self): return "eue" \ No newline at end of file |