def complete(self, space_ship: Discovery) -> None: space_ship.jump("1234") space_ship.warp("abcd") space_ship.warp("ab") space_ship.jump("8000") space_ship.jump("20") space_ship.jump("200") space_ship.warp("home") space_ship.warp("4000") space_ship.warp("abc123")
def complete(self, space_ship: Discovery) -> None: space_ship.warp("26.2") space_ship.warp("abc")
def complete(self, space_ship: Discovery) -> None: space_ship.warp("abcdefgh")
def complete(self, space_ship: Discovery) -> None: space_ship.warp("abc") space_ship.warp("de") space_ship.jump("12345")