At the beginning of the game, we need to randomly select two positions ... j]) i, j = random.choice(empty_pos) self.game_matrix[i][j] = 2 if ...
確定! 回上一頁