def get_throw_score(self, player): score = self.get_score(player) player_throw = Throw(score) return player_throw