CODESpellCaster001

Results 1 comments of CODESpellCaster001

self.non_snake = [(row, col) for row in range(self.board_size) for col in range(self.board_size) if (row, col) not in self.snake] `self.non_snake.append(self.snake.pop())`