In this code we do not have to declare the below inside the `get_coords()` function, as we are not using this anywhere. ```python coords = set() ```
In this code we do not have to declare the below inside the
get_coords()function, as we are not using this anywhere.