Skip to content

Commit

Permalink
Update superstartrek.py
Browse files Browse the repository at this point in the history
Fixes issue coding-horror#795- Ship class does not work correctly
  • Loading branch information
steveglumify authored Aug 13, 2023
1 parent ec65c26 commit 0d5de95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 84_Super_Star_Trek/python/superstartrek.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def startup(self) -> None:
" THE USS ENTERPRISE --- NCC-1701\n"
"\n\n\n\n"
)
self.world = World()
world = self.world
print(
"YOUR ORDERS ARE AS FOLLOWS:\n"
Expand Down

0 comments on commit 0d5de95

Please sign in to comment.