Files
python/exercises/practice/minesweeper/minesweeper.py
2021-01-29 11:14:36 -05:00

4 lines
66 B
Python

def annotate(minefield):
# Function body starts here
pass