We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0459ef commit 3283c30Copy full SHA for 3283c30
exercises/minesweeper/minesweeper.py
@@ -1,2 +1,3 @@
1
-def board():
+def board(input_board_array):
2
+ # Function body starts here
3
pass
0 commit comments