Open noword opened 3 years ago
def get_go_string(self, point): """Return the entire string of stones at a point. Returns None if the point is empty, or a GoString if there is a stone on that point. """ return self._grid.get(point)
better than the original?
yes, the original is redundant. thanks!
better than the original?