Files
python/exercises/practice/flower-field/flower_field.py
BethanyG b3cf79fc02 [Flower-Field]: Reimplement Minesweeper as Flower Field (#3934)
* Reimplemented Minesweeper as Flower Field and regenerated test cases.
* Removed accidental solution from stub file.
2025-06-25 12:17:48 -07:00

4 lines
63 B
Python

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