You are viewing a single comment's thread. Return to all comments →
Why I had Runtime Error when I use return [["O"] * len(grid[0]) for _ in range(len(grid))]?
return [["O"] * len(grid[0]) for _ in range(len(grid))]
Seems like cookies are disabled on this browser, please enable them to open this website
The Bomberman Game
You are viewing a single comment's thread. Return to all comments →
Why I had Runtime Error when I use
return [["O"] * len(grid[0]) for _ in range(len(grid))]
?