Remove question from exercise 2

This commit is contained in:
2026-08-11 20:53:53 -04:00
parent 1c26ae7b86
commit fe07a2750a

View File

@@ -56,7 +56,7 @@ of tuples. Each tuple should contain the traversal from point A to point B,
followed by the total weight.
In this fictitious graph, calling `possible_paths("Santa Ana", "San Francisco")`
should yield the return below. Which path is better?
should yield the return below.
```python
graph = {